Méthode |
Description |
|
BlendColors ( ColorInstance c1, ColorInstance c2 ) : ColorInstance |
|
|
CreateByteArray ( int size ) : ByteArrayInstance |
|
|
CreateByteArrayFromString ( string content ) : ByteArrayInstance |
|
|
CreateColor ( int r, int g, int b, [ a = 255 ) : ColorInstance |
|
|
CreateDirectory ( string fullname ) : void |
|
|
CreateSpriteset ( int width, int height, int i, int d, int f ) : SpritesetInstance |
|
|
CreateStringFromByteArray ( ByteArrayInstance array ) : string |
|
|
CreateStringFromCode ( int code ) : string |
|
|
CreateSurface ( int w, int h, ColorInstance color ) : HWSurfaceInstance |
|
|
FindIcon ( ) : void |
|
|
GarbageCollect ( ) : void |
|
|
GetClippingRectangle ( ) : ObjectInstance |
|
|
GetDirectoryList ( [ filepath = "" ) : ArrayInstance |
|
|
GetExtensions ( ) : ArrayInstance |
|
|
GetFileList ( [ filepath = "" ) : ArrayInstance |
|
|
GetGameList ( ) : ArrayInstance |
|
|
GetHash ( HashAlgorithm algorithm, byte content ) : string |
|
|
GetLocalAddress ( ) : string |
|
|
GetLocalName ( ) : string |
|
|
GetSystemArrow ( ) : ImageInstance |
|
|
GetSystemDownArrow ( ) : ImageInstance |
|
|
GetSystemUpArrow ( ) : ImageInstance |
|
|
GetSystemWindowStyle ( ) : WindowStyleInstance |
|
|
GetVersion ( ) : double |
|
|
GetVersionString ( ) : string |
|
|
GrabImage ( int x, int y, int w, int h ) : ImageInstance |
|
|
GrabSurface ( int x, int y, int w, int h ) : SurfaceInstance |
|
|
HashByteArray ( ByteArrayInstance array, [ sha = false ) : string |
|
|
HashFromFile ( string filename, [ sha = false ) : string |
|
|
InitEngine ( ) : bool |
|
|
LineIntersects ( ObjectInstance a1, ObjectInstance b1, ObjectInstance a2, ObjectInstance b2 ) : bool |
|
|
ListGames ( ) : void |
|
|
ListenOnPort ( int port ) : object |
|
|
LoadFont ( string filename ) : FontInstance |
|
|
LoadImage ( string filename ) : ImageInstance |
|
|
LoadSound ( string filename ) : SoundInstance |
|
|
LoadSpriteset ( string filename ) : SpritesetInstance |
|
|
LoadSurface ( string filename ) : HWSurfaceInstance |
|
|
LoadWindowStyle ( string filename ) : WindowStyleInstance |
|
|
Main ( string args ) : void |
|
|
OpenAddress ( string address, int port ) : object |
|
|
OpenFile ( string filename ) : FileInstance |
|
|
OpenRawFile ( string filename, [ writeable = false ) : RawFileInstance |
|
|
Print ( object obj ) : void |
|
|
RemoveDirectory ( string filepath ) : void |
|
|
RemoveFile ( string filepath ) : void |
|
|
Rename ( string file1, string file2 ) : bool |
|
|
SetClippingRectangle ( int x, int y, int w, int h ) : void |
|
|
SetGlobalConst ( ScriptEngine engine ) : void |
|
|