Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIGroupSetting.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIGroupSetting

Functions

SCR_AIGroupSetting SCR_AISettingBase BaseContainerProps (visible:false, insertable:false)
override int GetMaxActionCause ()

Function Documentation

◆ BaseContainerProps()

SCR_AIGroupSetting SCR_AISettingBase BaseContainerProps ( visible:false ,
insertable:false  )

Definition at line 1 of file SCR_AIGroupSetting.c.

◆ GetMaxActionCause()

override int BaseContainerProps::GetMaxActionCause ( )

When making own setting classes, DO NOT declare own constructor to pass data. Instead, make a static factory Create() method. See any derived class for example. The Setting class must be compatible both with manual construction and construction as property. Declaring custom constructor will cause the constructor to be called with incorrect data when Setting object is created inside property.

Definition at line 26 of file SCR_AIGroupSetting.c.