Méthode | Description | |
---|---|---|
RegisterMsg ( MsgReceiver self, int msgName, Condition condition, Action action, string TriggerName = "NoDefine" ) : void | ||
SendMsg ( int msgName, MsgReceiver targetReceiver = null ) : void |
发送消息
|
public static RegisterMsg ( MsgReceiver self, int msgName, Condition condition, Action action, string TriggerName = "NoDefine" ) : void | ||
self | MsgReceiver | |
msgName | int | |
condition | Condition | |
action | Action | |
TriggerName | string | |
Résultat | void |
public static SendMsg ( int msgName, MsgReceiver targetReceiver = null ) : void | ||
msgName | int | |
targetReceiver | MsgReceiver | 目标接收者,不填或null为广域广播 |
Résultat | void |