Method | Description | |
---|---|---|
GetTemporaryFrame ( int x, int y, int &frameData ) : bool | ||
Initialize ( ) : void | ||
NewTemporaryAnimation ( int type, ushort tileType, int x, int y ) : void | ||
Update ( ) : void | ||
UpdateAll ( ) : void |
Method | Description | |
---|---|---|
RemoveTemporaryAnimation ( short x, short y ) : void | ||
SetDefaults ( int type ) : void |
public static GetTemporaryFrame ( int x, int y, int &frameData ) : bool | ||
x | int | |
y | int | |
frameData | int | |
return | bool |
public static NewTemporaryAnimation ( int type, ushort tileType, int x, int y ) : void | ||
type | int | |
tileType | ushort | |
x | int | |
y | int | |
return | void |