Class SpotState

inherits from Object

Public Functions

static SpotState GetSpotState(
bool create = true
)
🛇deprecated since 3.8.0

native SpecialSpot GetNextInList(
Class< Actor > type,
int skipcounter
)

native SpecialSpot GetSpotWithMinMaxDistance(
Class< Actor > type,
double x,
double y,
double mindist,
double maxdist
)

native SpecialSpot GetRandomSpot(
Class< Actor > type,
bool onlyonce
)

native void AddSpot(SpecialSpot spot)

native void RemoveSpot(SpecialSpot spot)