HolyLib Wiki

Create

  IGameEvent gameevent.Create( string gameevent, boolean force = false )

Description

Creates the given gameevent and returns it.

Arguments

1string gameevent
The gameevent to create.
2boolean force = false
If true it will force the creation of the gameevent.

Returns

1IGameEvent event
The newly created event. Can be nil on failure.