Property | Type | Description | |
---|---|---|---|
active | bool | ||
direction | int | ||
height | int | ||
honeyWet | bool | ||
lavaWet | bool | ||
name | string | ||
oldDirection | int | ||
oldPosition | Vector2 | ||
oldVelocity | Vector2 | ||
position | Vector2 | ||
velocity | Vector2 | ||
wet | bool | ||
wetCount | byte | ||
whoAmI | int | ||
width | int |
Method | Description | |
---|---|---|
AngleFrom ( Vector2 Source ) : float | ||
AngleTo ( Vector2 Destination ) : float | ||
DirectionFrom ( Vector2 Source ) : Vector2 | ||
DirectionTo ( Vector2 Destination ) : Vector2 | ||
Distance ( Vector2 Other ) : float | ||
DistanceSQ ( Vector2 Other ) : float | ||
WithinRange ( Vector2 Target, float MaxRange ) : bool |
public AngleTo ( Vector2 Destination ) : float | ||
Destination | Vector2 | |
return | float |
public DirectionFrom ( Vector2 Source ) : Vector2 | ||
Source | Vector2 | |
return | Vector2 |
public DirectionTo ( Vector2 Destination ) : Vector2 | ||
Destination | Vector2 | |
return | Vector2 |
public WithinRange ( Vector2 Target, float MaxRange ) : bool | ||
Target | Vector2 | |
MaxRange | float | |
return | bool |