sgs_EventState [function]
SGSBOOL sgs_EventState( sgs_Context* C, sgs_Variable evt, int state )
Sets the event state.
- Function returns the previous state of the event.
evtmust be the event object.statecan be one of these values:SGS_TRUE,SGS_FALSEorSGS_QUERY.SGS_QUERYdoesn't modify the state, only returns it.
