You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
d-bizzi
changed the title
Register request does not communicate errors
Add llamaevent_class
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
The text was updated successfully, but these errors were encountered: