Skip to content
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

Add llamaevent_class #2

Open
d-bizzi opened this issue Jan 28, 2018 · 1 comment
Open

Add llamaevent_class #2

d-bizzi opened this issue Jan 28, 2018 · 1 comment

Comments

@d-bizzi
Copy link
Member

d-bizzi commented Jan 28, 2018

LlamaEvent can be added to Llama Llama event queue

LlamaEvent in Llama event queue are activated one by one when the Llama is ticked

When a LlamaEvent is activated, some actions are performed on Llama. The minimum action is adding a new_event tag to the Llama communication queue ( #3 ) and the movement of the LlamaEvent from the Llama event queue to the Llama active event queue

LlamaEvents should have an expiration time in ticks. After an event in the Llama active event queue is expired the event effects are removed, an end_event tag is added to the Llama communication queue ( #3 ) and the LlamaEvent is removed from the Llama active event queue

@d-bizzi d-bizzi changed the title Register request does not communicate errors Add llamaevent_class Jan 28, 2018
@d-bizzi
Copy link
Member Author

d-bizzi commented Jan 28, 2018

Add llamaevent class

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

No branches or pull requests

1 participant