Difference between revisions of "GetStringOption"

From ARK Modding Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Category:Nodes]]  
 
[[Category:Nodes]]  
 
[[Category:ShooterGameMode Nodes]]
 
[[Category:ShooterGameMode Nodes]]
 
+
{{NodeInfoBanner|X|X||||}}
 
[[File:Node_GetStringOption.jpg|frame|GetStringOption - ShooterGameMode]]
 
[[File:Node_GetStringOption.jpg|frame|GetStringOption - ShooterGameMode]]
  
 
== How to Use ==
 
== How to Use ==
 
Useful for reading a String value out of GameUserSettings.ini (GUS.ini)<br />
 
Useful for reading a String value out of GameUserSettings.ini (GUS.ini)<br />
{{NodeInfoBanner|X|X||||}}
 
  
 
=== Related Articles ===
 
=== Related Articles ===

Latest revision as of 02:20, 16 May 2016


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

GetStringOption - ShooterGameMode

How to Use

Useful for reading a String 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. 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