Method | Description | |
---|---|---|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
IsPassable ( |
||
OnCollide ( |
||
PickUpOnCollide ( DataRow data ) : System | ||
PickUpOnCollide ( SerializationInfo info, StreamingContext context ) : System | ||
PickUpOnCollide ( WarTornLands item ) : System | ||
PickUpOnCollide ( WarTornLands item, int charges, int waitingTimeBetweenDrop ) : System |
Method | Description | |
---|---|---|
_pushItemCooldown_Bang ( object sender, Counter e ) : void |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |
public IsPassable ( |
||
info | ||
return | bool |
public OnCollide ( |
||
info | ||
return | System.Vector2 |
public PickUpOnCollide ( DataRow data ) : System | ||
data | DataRow | |
return | System |
public PickUpOnCollide ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public PickUpOnCollide ( WarTornLands item ) : System | ||
item | WarTornLands | |
return | System |
public PickUpOnCollide ( WarTornLands item, int charges, int waitingTimeBetweenDrop ) : System | ||
item | WarTornLands | |
charges | int | |
waitingTimeBetweenDrop | int | |
return | System |