Arma Reforger Script API
|
Public Member Functions | |
void | UpdateFlagsInHierarchyPublic () |
override bool | IsDisabledAI (IEntity ent) |
override SCR_Faction | EvaluateEntityFaction (IEntity ent) |
Public Member Functions inherited from SCR_SeizingComponent | |
int | GetRadius () |
void | AllowNotifications (bool allow) |
bool | NotificationsAllowed () |
ScriptInvoker | GetOnCaptureStart () |
ScriptInvoker | GetOnCaptureInterrupt () |
ScriptInvoker | GetOnCaptureFinish () |
OnTimerChangeInvoker | GetOnTimerChange () |
void | RefreshSeizingTimer () |
WorldTimestamp | GetSeizingStartTimestamp () |
WorldTimestamp | GetSeizingEndTimestamp () |
Faction | GetFaction () |
override void | OnBaseFactionChanged (Faction faction) |
bool | IsDisabledAI (IEntity ent) |
void | Disable () |
override void | OnPostInit (IEntity owner) |
override void | EOnFrame (IEntity owner, float timeSlice) |
void | ~SCR_SeizingComponent () |
Public Member Functions inherited from SCR_MilitaryBaseLogicComponent | |
void | RegisterBase (notnull SCR_MilitaryBaseComponent base) |
void | OnBaseRegistered (notnull SCR_MilitaryBaseComponent base) |
void | UnregisterBase (notnull SCR_MilitaryBaseComponent base) |
void | OnBaseUnregistered (notnull SCR_MilitaryBaseComponent base) |
int | GetBases (out array< SCR_MilitaryBaseComponent > bases) |
void | OnBaseFactionChanged (Faction faction) |
override void | EOnInit (IEntity owner) |
override void | OnPostInit (IEntity owner) |
void | ~SCR_MilitaryBaseLogicComponent () |
override SCR_Faction SCR_TutorialSeizingComponent.EvaluateEntityFaction | ( | IEntity | ent | ) |
Implements SCR_SeizingComponent.
override bool SCR_TutorialSeizingComponent.IsDisabledAI | ( | IEntity | ent | ) |
Implements SCR_SeizingComponent.
void SCR_TutorialSeizingComponent.UpdateFlagsInHierarchyPublic | ( | ) |