 | EventManagerQueueEvent Method (Object) |
Queues a new event of the specified type along without any event data.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic void QueueEvent(
Object eventType
)
Public Sub QueueEvent (
eventType As Object
)
public:
void QueueEvent(
Object^ eventType
)
member QueueEvent :
eventType : Object -> unit
Parameters
- eventType
- Type: SystemObject
Type of the event to queue.
See Also