mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
VScript: add ScriptStatus_t enum
Enum values are correct based on 'CSquirrelVM::ExecuteFunction()'.
This commit is contained in:
parent
9281bffad8
commit
8c6b937114
@ -17,6 +17,15 @@ typedef void* ScriptFunctionBindingStorageType_t;
|
|||||||
|
|
||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
|
|
||||||
|
enum ScriptStatus_t
|
||||||
|
{
|
||||||
|
SCRIPT_ERROR = -1,
|
||||||
|
SCRIPT_DONE,
|
||||||
|
SCRIPT_RUNNING,
|
||||||
|
};
|
||||||
|
|
||||||
|
//---------------------------------------------------------
|
||||||
|
|
||||||
enum ExtendedFieldType
|
enum ExtendedFieldType
|
||||||
{
|
{
|
||||||
FIELD_TYPEUNKNOWN = FIELD_TYPECOUNT,
|
FIELD_TYPEUNKNOWN = FIELD_TYPECOUNT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user