mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Server] Fix small typos in script functions
This commit is contained in:
parent
76538ab3cd
commit
3e95034b57
@ -102,8 +102,8 @@
|
||||
{"SetObjectState", ObjectFunctions::SetObjectState},\
|
||||
{"SetObjectLockLevel", ObjectFunctions::SetObjectLockLevel},\
|
||||
{"SetObjectGoldPool", ObjectFunctions::SetObjectGoldPool},\
|
||||
{"SetObjectLastGoldRestockHour", ObjectFunctions::SetObjectLastGoldRestockHour},\
|
||||
{"SetObjectLastGoldRestockDay", ObjectFunctions::SetObjectLastGoldRestockDay},\
|
||||
{"SetObjectLastGoldRestockHour", ObjectFunctions::SetObjectLastGoldRestockHour},\
|
||||
{"SetObjectLastGoldRestockDay", ObjectFunctions::SetObjectLastGoldRestockDay},\
|
||||
{"SetObjectDisarmState", ObjectFunctions::SetObjectDisarmState},\
|
||||
{"SetObjectDroppedByPlayerState", ObjectFunctions::SetObjectDroppedByPlayerState},\
|
||||
{"SetObjectPosition", ObjectFunctions::SetObjectPosition},\
|
||||
|
@ -241,7 +241,7 @@ public:
|
||||
* client globals.
|
||||
*
|
||||
* \param index The index of the client global.
|
||||
* \return The variable type (0 for INTEGER, 1 for FLOAT).
|
||||
* \return The variable type (0 for INTEGER, 1 for LONG, 2 for FLOAT).
|
||||
*/
|
||||
static unsigned short GetClientGlobalVariableType(unsigned int index) noexcept;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user