Property | Type | Description | |
---|---|---|---|
running | bool |
Method | Description | |
---|---|---|
HitSwitch ( int i, int j ) : void | ||
Initialize ( ) : void | ||
SkipWire ( |
||
SkipWire ( int x, int y ) : void | ||
UpdateMech ( ) : void |
Method | Description | |
---|---|---|
CheckMech ( int i, int j, int time ) : bool | ||
DeActive ( int i, int j ) : void | ||
HitWire ( DoubleStack |
||
HitWireSingle ( int i, int j ) : void | ||
ReActive ( int i, int j ) : void | ||
Teleport ( ) : void | ||
TripWire ( int left, int top, int width, int height ) : void | ||
XferWater ( ) : void |
public static HitSwitch ( int i, int j ) : void | ||
i | int | |
j | int | |
return | void |
public static SkipWire ( |
||
point | ||
return | void |
public static SkipWire ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |