mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Added more detailed comments
This commit is contained in:
parent
2b05edd374
commit
2a4ae390c7
@ -72,11 +72,11 @@ struct ScriptFunctionBinding_t
|
||||
{
|
||||
ScriptFuncDescriptor_t m_Descriptor;
|
||||
bool m_bCheckParams;
|
||||
bool unk29; // Last (new) parameter to 'sq_setparamscheck'
|
||||
bool unk29; // 5th (new) parameter to 'sq_setparamscheck', see [r5apex_ds+10584F2]
|
||||
|
||||
SQInteger m_nDevLevel; // TODO: confirm, this is a guess.
|
||||
const SQChar* m_pszCodeHook;
|
||||
short unk38; // Second last (new) parameter to 'sq_setparamscheck'
|
||||
short unk38; // 4th (new) parameter to 'sq_setparamscheck', see [r5apex_ds+10584F2]
|
||||
|
||||
ScriptDataType_t m_ReturnType;
|
||||
CUtlVector<ScriptDataType_t> m_Parameters;
|
||||
|
Loading…
x
Reference in New Issue
Block a user