PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctions Member List

This is the complete list of members for PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctions, including all inherited members.

GetStateBool(string objectName, string variableName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
GetStateFloat(string objectName, string variableName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
GetStateInt(string objectName, string variableName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
GetStateObject(string objectName, string variableName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
SetStateBool(string objectName, string variableName, bool value)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
SetStateFloat(string objectName, string variableName, float value)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
SetStateInt(string objectName, string variableName, int value)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
SetStateObject(string objectName, string variableName, string objectValueName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic
SetStateParameter(string objectName, string variableName, object value, string typeName)PixelCrushers.DialogueSystem.ICode.ICodeLuaFunctionsstatic