forked from mirror/openmw-tes3mp
[Server] Add OnObjectState callback
This commit is contained in:
parent
c9c00d921e
commit
9cc07f100c
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public:
|
|||
{"OnContainer", Function<void, unsigned short, const char*>()},
|
||||
{"OnDoorState", Function<void, unsigned short, const char*>()},
|
||||
{"OnObjectPlace", Function<void, unsigned short, const char*>()},
|
||||
{"OnObjectState", Function<void, unsigned short, const char*>()},
|
||||
{"OnObjectSpawn", Function<void, unsigned short, const char*>()},
|
||||
{"OnObjectDelete", Function<void, unsigned short, const char*>()},
|
||||
{"OnObjectLock", Function<void, unsigned short, const char*>()},
|
||||
|
|
Loading…
Reference in a new issue