Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HeadgearPhysicsObserverAttribute.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override void OnPhysicsStateChanged(notnull IEntity owner, bool isActive)
5 {
6 SCR_HeadgearInventoryItemComponent iic = SCR_HeadgearInventoryItemComponent.Cast(owner.FindComponent(SCR_HeadgearInventoryItemComponent));
7 if (iic)
8 iic.OnPhysicsStateChanged(isActive);
9 }
10}