Method | Description | |
---|---|---|
create ( string engine ) : Script | ||
determineEngineByFilename ( string filename ) : string | ||
loadFile ( string name ) : bool | ||
loadGlobalEventScript ( string file ) : bool | ||
loadNPC ( string name, int id, int x, int y, char prog ) : void | ||
setMap ( |
||
update ( ) : void |
Method | Description | |
---|---|---|
addDataToSpecial ( int id, Special special ) : void | ||
executeGlobalEventFunction ( string function, |
||
performCraft ( |
||
performSpecialAction ( int specialId, |
public static create ( string engine ) : Script | ||
engine | string | |
return | Script |
public static determineEngineByFilename ( string filename ) : string | ||
filename | string | |
return | string |
public static loadGlobalEventScript ( string file ) : bool | ||
file | string | |
return | bool |
public loadNPC ( string name, int id, int x, int y, char prog ) : void | ||
name | string | |
id | int | |
x | int | |
y | int | |
prog | char | |
return | void |
public setMap ( |
||
m | ||
return | void |