1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 05:23:51 +00:00
openmw-tes3mp/mscripts/object.mn
2008-11-07 13:14:46 +00:00

8 lines
193 B
Text

// This is the base class of all OpenMW Monster classes.
class Object;
// Sleeps a given amount of time
idle sleep(float seconds);
// Print a message to screen
native print(char[][] msg...);