![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Entity composition which is supposed to fit into a slot. More...
Protected Member Functions | |
| ResourceName | GetSlotPrefab () |
| bool | CanOrientChildrenToTerrain () |
| void | OrientToTerrain () |
| void | SetChildTransform (IEntity owner, BaseWorld world) |
| override void | EOnInit (IEntity owner) |
| override void | OnPostInit (IEntity owner) |
Static Protected Member Functions | |
| static void | IgnoreOrientChildrenToTerrain () |
| Bool to disable the terrain snapping for next spawned composition. | |
Protected Attributes | |
| GenericEntity | m_Owner |
Static Protected Attributes | |
| static bool | m_bIgnoreOrientChildrenToTerrain |
Entity composition which is supposed to fit into a slot.
Definition at line 44 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Check if composition children should be snapped and oriented to terrain.
Definition at line 64 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Definition at line 171 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Get prefab of the slot to which the composition fits.
Definition at line 52 of file SCR_SlotCompositionComponent.c.
|
inlinestaticprotected |
Bool to disable the terrain snapping for next spawned composition.
Definition at line 75 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Definition at line 188 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Orient composition and its children to terrain. Applied only if "Can Orient Children To Terrain" attribute is enabled.
Definition at line 83 of file SCR_SlotCompositionComponent.c.
|
inlineprotected |
Definition at line 95 of file SCR_SlotCompositionComponent.c.
|
staticprotected |
Definition at line 47 of file SCR_SlotCompositionComponent.c.
|
protected |
Definition at line 46 of file SCR_SlotCompositionComponent.c.