GetBoolOptionIni

From ARK Modding Wiki
Jump to navigation Jump to search


Replication Important

NoticeIcon.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

GetBoolOptionIni - ShooterGameMode

How to Use

Useful for reading a Bool value out of GameUserSettings.ini (GUS.ini)

Related Articles

What Links Here
INI Settings

Inputs
Pin Reference Type Description
Target ShooterGameMode ShooterGameMode Reference (Most likely from a Cast)
Section String Section Name for your INI Settings [ThisPartInINI]
Option Name String Option Name for your INI Setting
Ex. myBool=True Option Name is myBool


Outputs
Pin Reference Type Description
Return Value Bool The value being returned for the setting
Ex. myBool from above would return True