tida.localevent

A module for describing some local events by means of function attributes.

Members

Aliases

Event
deprecated alias Event = FunEvent
Undocumented in source.

Enums

Init
anonymousenum Init
Undocumented in source.

Structs

Collision
struct Collision

Event flag. Functions with this attribute will listen for collision events only for the instance selected in the arguments (by name and / or tag).

StepThread
struct StepThread

Attribute indicating in which thread you need to make an object step.

Trigger
struct Trigger

Trigger flag. It is hung on a function where triggers with the selected name will be listened to.

args
struct args(T...)
Undocumented in source.
event
struct event
Undocumented in source.
stepThreadSafe
struct stepThreadSafe

Attribute indicating that the flow function function (guarantees the programmer himself) and can be transferred to another stream to accelerate. Do not combine with the @event(step).

Templates

FunEvent
deprecated template FunEvent(int ev)
Undocumented in source.

Meta