Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseLinkedStorageLogic.c
Go to the documentation of this file.
3{
4 //------------------------------------------------------------------------------------------------
5 sealed void Init(notnull SCR_UniversalInventoryStorageComponent inventoryStorage)
6 {
7 //~ Delay init so slotted entities know correctly who their parents are
8 GetGame().GetCallqueue().CallLater(DelayedInit, param1: inventoryStorage);
9 }
10
11 //------------------------------------------------------------------------------------------------
12 protected void DelayedInit(SCR_UniversalInventoryStorageComponent inventoryStorage);
13}
override void Init()
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERITED VERSION ONLY!")
void SCR_UniversalInventoryStorageComponent(IEntityComponentSource src, IEntity ent, IEntity parent)
void DelayedInit(SCR_UniversalInventoryStorageComponent inventoryStorage)
Tuple param1