Add some array methods

This commit is contained in:
Federico Cecchetto
2021-06-19 00:30:51 +02:00
parent 517cad33f4
commit 833271b7a1
3 changed files with 67 additions and 36 deletions

View File

@ -33,6 +33,7 @@ namespace game
WEAK symbol<unsigned int(unsigned int parentId, unsigned int name)> GetNewVariable{0x566390};
WEAK symbol<unsigned int(unsigned int parentId, unsigned int unsignedValue)> GetNewArrayVariable{0x5668C0};
WEAK symbol<void(unsigned int parentId, unsigned int id, VariableValue* value)> SetNewVariableValue{0x5658D0};
WEAK symbol<void(unsigned int parentId, unsigned int index)> RemoveVariableValue{0x566500};
WEAK symbol<const float* (const float* v)> Scr_AllocVector{0x565680};
WEAK symbol<void()> Scr_ClearOutParams{0x569010};