PixelCrushers.DialogueSystem.CommonLibraryLua Class Reference

Adds Lua functions that interface with the Pixel Crushers Common Library. More...

Inheritance diagram for PixelCrushers.DialogueSystem.CommonLibraryLua:
Collaboration diagram for PixelCrushers.DialogueSystem.CommonLibraryLua:

Public Member Functions

void SendMessageSystem (string message, string parameter)
 Sends a message to the MessageSystem with a parameter.
 
void SendMessageSystemString (string message, string parameter, string value)
 Sends a message to the MessageSystem with a parameter and string value.
 
void SendMessageSystemInt (string message, string parameter, double value)
 Sends a message to the MessageSystem with a parameter and int value.
 

Public Attributes

bool unregisterOnDisable = false
 

Detailed Description

Adds Lua functions that interface with the Pixel Crushers Common Library.

Member Function Documentation

◆ SendMessageSystem()

void PixelCrushers.DialogueSystem.CommonLibraryLua.SendMessageSystem ( string  message,
string  parameter 
)
inline

Sends a message to the MessageSystem with a parameter.

Parameters
messageMessage.
parameterParameter.

◆ SendMessageSystemInt()

void PixelCrushers.DialogueSystem.CommonLibraryLua.SendMessageSystemInt ( string  message,
string  parameter,
double  value 
)
inline

Sends a message to the MessageSystem with a parameter and int value.

Parameters
messageMessage.
parameterParameter.
valueInt value.

◆ SendMessageSystemString()

void PixelCrushers.DialogueSystem.CommonLibraryLua.SendMessageSystemString ( string  message,
string  parameter,
string  value 
)
inline

Sends a message to the MessageSystem with a parameter and string value.

Parameters
messageMessage.
parameterParameter.
valueString value.

Member Data Documentation

◆ unregisterOnDisable

bool PixelCrushers.DialogueSystem.CommonLibraryLua.unregisterOnDisable = false

The documentation for this class was generated from the following file: