mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
VScript: remove ScriptLanguage_t
Doesn't exist in r5 and its unused in the SDK. The game only supports squirrel.
This commit is contained in:
parent
7d2c192a46
commit
f86fc0d405
@ -15,17 +15,6 @@ DECLARE_POINTER_HANDLE(HSCRIPT);
|
|||||||
typedef int ScriptDataType_t;
|
typedef int ScriptDataType_t;
|
||||||
typedef void* ScriptFunctionBindingStorageType_t;
|
typedef void* ScriptFunctionBindingStorageType_t;
|
||||||
|
|
||||||
enum ScriptLanguage_t
|
|
||||||
{
|
|
||||||
SL_NONE,
|
|
||||||
SL_GAMEMONKEY,
|
|
||||||
SL_SQUIRREL,
|
|
||||||
SL_LUA,
|
|
||||||
SL_PYTHON,
|
|
||||||
|
|
||||||
SL_DEFAULT = SL_SQUIRREL
|
|
||||||
};
|
|
||||||
|
|
||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
|
|
||||||
enum ExtendedFieldType
|
enum ExtendedFieldType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user