Skip to content

Sibz add assembler functions #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Sibz add assembler functions #7

wants to merge 3 commits into from

Conversation

aaraujo666
Copy link
Owner

No description provided.

Sibz added 3 commits June 7, 2015 17:06
Added the following functions:
AddQueueItem
GetQueueCount
GetQueueItemAt
RemoveQueueItemAt
ClearQueue
CountQueueItems

Added interface IMyAssemblerQueueItem
Added class MyAssemblerQueueItem to MyAssembler

Uses existing functions that are sync friendly for modifying the queue.

Closes KeenSoftwareHouse#96
Can now add an item at a particular index.
Default index is -1 (adds to end of queue)
Checks index given is valid.
Also changed all idx variables to index for better reading.
Compiled and Tested Ok.
MissingItems property allows users to check if the assembler is missing
and unable to acquire components/items to process the first queue item.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants