mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-24 05:23:51 +00:00
7349221b9c
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@62 ea6a568a-9f4f-0410-981a-c910a81bb256
8 lines
193 B
Text
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...);
|