Свойство | Type | Description | |
---|---|---|---|
npc | int |
Méthode | Description | |
---|---|---|
Activate ( ) : void | ||
ClearBoxes ( ) : void | ||
Deactivate ( ) : void | ||
Find ( int x, int y ) : int | ||
Hook_AfterPlacement ( int x, int y, int type = 21, int style, int direction = 1 ) : int | ||
Initialize ( ) : void | ||
Kill ( int x, int y ) : void | ||
Place ( int x, int y ) : int | ||
ReadExtraData ( |
||
TETrainingDummy ( ) : Microsoft.Xna.Framework | ||
ToString ( ) : string | ||
Update ( ) : void | ||
ValidTile ( int x, int y ) : bool | ||
WriteExtraData ( |
Méthode | Description | |
---|---|---|
FillPlayerHitboxes ( ) : void |
public static Hook_AfterPlacement ( int x, int y, int type = 21, int style, int direction = 1 ) : int | ||
x | int | |
y | int | |
type | int | |
style | int | |
direction | int | |
Résultat | int |
public ReadExtraData ( |
||
reader | ||
Résultat | void |
public TETrainingDummy ( ) : Microsoft.Xna.Framework | ||
Résultat | Microsoft.Xna.Framework |
public static ValidTile ( int x, int y ) : bool | ||
x | int | |
y | int | |
Résultat | bool |
public WriteExtraData ( |
||
writer | ||
Résultat | void |