Property | Type | Description | |
---|---|---|---|
instance |
Method | Description | |
---|---|---|
Bomb_hit ( int POS_X, int POS_Y ) : bool | ||
Item_hit ( ) : void | ||
MainTower_hit ( ) : void | ||
Player_Obstacle ( float x, float y ) : bool | ||
Player_bomb ( float x, float y, int num ) : bool | ||
Player_forward ( int posx, int posy, int num ) : bool | ||
Player_hit ( ) : void | ||
Player_item ( |
||
Update ( ) : void |
public Bomb_hit ( int POS_X, int POS_Y ) : bool | ||
POS_X | int | |
POS_Y | int | |
return | bool |
public Player_Obstacle ( float x, float y ) : bool | ||
x | float | |
y | float | |
return | bool |
public Player_bomb ( float x, float y, int num ) : bool | ||
x | float | |
y | float | |
num | int | |
return | bool |
public Player_forward ( int posx, int posy, int num ) : bool | ||
posx | int | |
posy | int | |
num | int | |
return | bool |