All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyBloxKit.plyEventTrigger Class Reference

This class carry info on an Event that can be triggered and the possible params to send. More...

Public Member Functions

void Trigger (plyBlox blox)
 Trigger the event in given Blox. Will silently fail if the eventName is null/empty More...
 

Public Attributes

string eventName
 
string param1
 
string param2
 
string param3
 

Detailed Description

This class carry info on an Event that can be triggered and the possible params to send.

Member Function Documentation

void plyBloxKit.plyEventTrigger.Trigger ( plyBlox  blox)

Trigger the event in given Blox. Will silently fail if the eventName is null/empty