Difference between revisions of "GetIntOptionIni"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Nodes Category:ShooterGameMode Nodes frame|GetIntOptionIni - ShooterGameMode == How to Use == Useful for reading a Int val...")
 
Line 37: Line 37:
 
|-
 
|-
 
|Return Value
 
|Return Value
|Int
+
|Integer
 
|The value being returned for the setting<br />Ex. myInt from above would return 3
 
|The value being returned for the setting<br />Ex. myInt from above would return 3
 
|}
 
|}

Revision as of 06:06, 14 May 2016


GetIntOptionIni - ShooterGameMode

How to Use

Useful for reading a Int value out of GameUserSettings.ini (GUS.ini)
Note: Replication is important here! All GameMode nodes MUST Run On Server!!

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. myInt=3 Option Name is myInt


Outputs
Pin Reference Type Description
Return Value Integer The value being returned for the setting
Ex. myInt from above would return 3