The location in the current map where this extend ends (inclusive)
EndLocation As Long
Creates and sends a range reply deescribing a property having exactly two values
Sub EngineReturnBooleanRange CDecl Alias "EngineReturnBooleanRange" ( ByVal Source As Integer, ByVal Index As Integer, ByVal Prop as Integer, ByVal Value1 As Integer, ByVal Value2 As Integer )
Creates and sends a range reply which specifies only a single valid value (i.e.
Sub EngineReturnConstantRange CDecl Alias "EngineReturnConstantRange" ( ByVal Source As Integer, ByVal Index As Integer, ByVal Prop as Integer, ByVal Value As Integer )
Creates and sends a single sized range reply
Sub EngineReturnSimpleRange CDecl Alias "EngineReturnSimpleRange" ( ByVal Source As Integer, ByVal Index As Integer, ByVal Prop as Integer, ByVal First as Integer, ByVal Last as Integer, ByVal Modulus As Integer )
exits the program with a given status code
void exit( int status )