프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dummies | Terraria.TargetDummy[] | ||
npc | int | ||
whoAmI | int | ||
x | short | ||
y | short |
메소드 | 설명 | |
---|---|---|
Activate ( ) : void | ||
Deactivate ( ) : void | ||
Find ( int x, int y ) : int | ||
Hook_AfterPlacement ( int x, int y, int type = 21, int style, int direction = 1 ) : int | ||
Kill ( int x, int y ) : void | ||
Place ( int x, int y ) : int | ||
TargetDummy ( int x, int y ) : Microsoft.Xna.Framework | ||
ToString ( ) : string | ||
UpdateDummies ( ) : 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 | |
리턴 | int |
public TargetDummy ( int x, int y ) : Microsoft.Xna.Framework | ||
x | int | |
y | int | |
리턴 | Microsoft.Xna.Framework |