Table of Contents

Method GetRemoteFloat

Namespace
Titipi.MocaLib

GetRemoteFloat(string, float)

Returns a Remote Config float value, or defaultValue if not fetched from the server.

public static float GetRemoteFloat(string key, float defaultValue = 0)

Parameters

key string
defaultValue float

Returns

float