VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static bool AVR.Core.AVR_Settings.token_exists ( string  token)
inlinestatic

Check if a given token is registered as a setting.

Parameters
tokenToken to check for
Returns
True if a setting with this token exists, otherwise false.

Definition at line 151 of file AVR_Settings.cs.

151  {
152  return settings.ContainsKey(token);
153  }