Difference between revisions of "GetFloatOptionIni"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
=== Related Articles ===
 
=== Related Articles ===
 +
[[Special:WhatLinksHere/GetFloatOptionIni|What Links Here]]<br />
 
[[INI_Settings|INI Settings]]
 
[[INI_Settings|INI Settings]]
  

Revision as of 06:25, 14 May 2016


GetFloatOptionIni - ShooterGameMode

How to Use

Useful for reading a Float 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. myFloat=3.500000 Option Name is myFloat


Outputs
Pin Reference Type Description
Return Value Float The value being returned for the setting
Ex. myFloat from above would return 3.5