GetGlobalVarValues

Fetch a list of all global variable values

Signature

public List<GlobalVariableValue> GetGlobalVarValues(bool persisted = true)

Parameters

persisted
bool
Default:
True

No description provided.

Return Type

List<Streamer.bot.Plugin.Interface.Model.GlobalVariableValue>

Example

CPH.GetGlobalVarValues();
CPH.GetGlobalVarValues(persisted);