1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-11 14:46:33 +00:00
openmw-tes3mp/files/tes3mp/files/scripts/include/tes3mp.transloc.inc
2016-07-07 23:50:48 +08:00

10 lines
308 B
C++

native Bool:IsCell(cell);
native Bool:IsInterior(cell);
native GetPosition(ID, Float:x, Float:y, Float:z);
native SetPosition(ID, Float:x, Float:y, Float:z);
native GetRotation(ID, Float:x, Float:y, Float:z);
native SetRotation(ID, Float:x, Float:y, Float:z);
native SetCell(ID, cell);
native GetCell(ID);