mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-06-25 13:51:51 +00:00
Some changes
This commit is contained in:
@ -39,7 +39,7 @@ namespace game
|
||||
return utils::hook::invoke<unsigned int>(func, inst);
|
||||
}
|
||||
|
||||
VariableValue Scr_GetArrayIndexValue(scriptInstance_t inst, unsigned int name)
|
||||
VariableValue Scr_GetArrayIndexValue(scriptInstance_t, unsigned int name)
|
||||
{
|
||||
VariableValue value{};
|
||||
|
||||
@ -65,7 +65,7 @@ namespace game
|
||||
return value;
|
||||
}
|
||||
|
||||
unsigned int Scr_GetSelf(scriptInstance_t inst, unsigned int threadId)
|
||||
unsigned int Scr_GetSelf(scriptInstance_t, unsigned int threadId)
|
||||
{
|
||||
return game::scr_VarGlob->variableList[threadId + 1].u.o.u.self;
|
||||
}
|
||||
|
Reference in New Issue
Block a user