GetStringOption

From ARK Modding Wiki
Revision as of 16:14, 14 May 2016 by Jslay (talk | contribs) (Created page with "Category:Nodes Category:ShooterGameMode Nodes frame|GetStringOption - ShooterGameMode == How to Use == Useful for reading a String...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


GetStringOption - ShooterGameMode

How to Use

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

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. myString=HelloWorld Option Name is myString


Outputs
Pin Reference Type Description
Return Value String The value being returned for the setting
Ex. myString from above would return HelloWorld