Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CharacterVicinityComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
19 proto external void GetAvailableItems(inout notnull array<IEntity> items);
20 proto external void SetItemOfInterest(IEntity item);
21 proto external void ManipulationComplete();
22 proto external IEntity GetItemOfInterest();
23 proto external float GetDiscoveryRadius();
24
25 // callbacks
26
27 event protected void OnUpdate();
28}
29
array< ref SCR_ArsenalItemTypeUI > GetAvailableItems()