Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditableEntityVehicleCompartmentVisibilityChildComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Editor (Editables)", description: "")]
5
6class SCR_EditableEntityVehicleCompartmentVisibilityChildComponent : SCR_EditableEntityVisibilityChildComponent
7{
8 //------------------------------------------------------------------------------------------------
9 //~ When compartment is added to owner make sure to update the state so it also sets the flag to VIRTUAL
10 protected override void OnAddedToParent(IEntity child, IEntity parent)
11 {
13 }
14}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
void UpdateFromCurrentState()
Update based on current state of editable entity.
SCR_EditableEntityVehicleCompartmentVisibilityChildComponentClass SCR_EditableEntityVisibilityChildComponentClass OnAddedToParent(IEntity child, IEntity parent)