Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseDamageAreaShape.c
Go to the documentation of this file.
2{
3#ifdef ENABLE_DIAG
4 //------------------------------------------------------------------------------------------------
12 bool _WB_OnKeyChanged(IEntity owner, BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent);
13
14 //------------------------------------------------------------------------------------------------
19 void DrawDebug(IEntity owner, inout SCR_DebugShapeManager shapeMgr, bool runtime = false);
20
21 //------------------------------------------------------------------------------------------------
28 bool OptimizeShape(notnull IEntitySource ownerSource, inout notnull WorldEditorAPI api, notnull array<ref ContainerIdPathEntry> shapePath, out vector offset);
29#endif
30
31 //------------------------------------------------------------------------------------------------
34 void Init(IEntity owner);
35}
override void Init()
override bool _WB_OnKeyChanged(IEntity owner, BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent)
Any property value has been changed. You can use editor API here and do some additional edit actions ...