Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Move (Vector2 offsetPerFrame, int durationInFrames) | |
void | BindTo (NPC obj) |
void | SetDelay (float delay) |
void | ApplyTo (NPC obj, float localTimeForObj) |
void | BindTo (T obj) |
void | ApplyTo (T obj, float localTimeForObj) |
void | BindTo (T obj) |
void | ApplyTo (T obj, float localTimeForObj) |
Properties | |
int | ExpectedLengthOfActionInFrames [get] |
Private Attributes | |
Vector2 | _offsetPerFrame |
int | _duration |
float | _delay |
Definition at line 288 of file Actions.cs.