mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-11 14:46:33 +00:00
10 lines
308 B
C++
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);
|
|
|