mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 18:12:30 +00:00
feat(profile): update 3.3.5a profile
This commit is contained in:
parent
9053d61b6b
commit
e1bab2b375
186 changed files with 1204 additions and 43942 deletions
|
|
@ -1,32 +0,0 @@
|
|||
#ifndef FRAMESCRIPT_OBJECT_H
|
||||
#define FRAMESCRIPT_OBJECT_H
|
||||
|
||||
#include "system/types.h"
|
||||
|
||||
DECLARE_STRUCT(FrameScript_Object);
|
||||
DECLARE_STRUCT(FrameScript_Object__ScriptIx);
|
||||
|
||||
struct FrameScript_Object {
|
||||
void** v_vtable;
|
||||
int32_t lua_registered;
|
||||
int32_t lua_objectRef;
|
||||
int32_t m_onEvent;
|
||||
};
|
||||
|
||||
// struct FrameScript_Object::ScriptIx
|
||||
struct FrameScript_Object__ScriptIx {
|
||||
int32_t luaRef;
|
||||
int8_t* unk;
|
||||
};
|
||||
|
||||
// struct FrameScript_Object::ScriptData
|
||||
struct FrameScript_Object__ScriptData {
|
||||
char* wrapper;
|
||||
};
|
||||
|
||||
// struct FrameScript_Object::ScriptFunction {
|
||||
struct FrameScript_Object__ScriptFunction {
|
||||
int32_t luaRef;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue