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

Go to the source code of this file.

Classes

class  SCR_AICharacterSetting

Functions

SCR_AICharacterSetting SCR_AISettingBase BaseContainerProps (visible:false)
 Base class for all character settings which support action cause.
override int GetMaxActionCause ()

Function Documentation

◆ BaseContainerProps()

SCR_AICharacterSetting SCR_AISettingBase BaseContainerProps ( visible:false )

Base class for all character settings which support action cause.

Definition at line 1 of file SCR_AICharacterSetting.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 25 of file SCR_AICharacterSetting.c.