|
AR_Engine_SDK
|

Functions | |
| function XECustomEvent | new () end |
| function XECustomEvent | Release () end |
| function XECustomEvent | Tick (fInterval) end |
| function XECustomEvent | Execute (pWorld) end |
| function XECustomEvent | GetEventList (pWorld, pHasTheEvent) end |
| function XECustomEvent | IsReceiverInChannel (szChannelName) end |
| function XECustomEvent | GetDedicatedReceiver () end |
Variables | |
| XECustomEvent = {} | |
| function XECustomEvent Execute | ( | pWorld | ) |
| function XECustomEvent GetDedicatedReceiver | ( | ) |
获取当前事件的专用接收者指针
| function XECustomEvent GetEventList | ( | pWorld | , |
| pHasTheEvent | |||
| ) |
| function XECustomEvent IsReceiverInChannel | ( | szChannelName | ) |
判断事件的广播接受者是否跟当前事件在同一个通道内
| szChannelName | string |
| function XECustomEvent new | ( | ) |
XECustomEvent_new00
| function XECustomEvent Release | ( | ) |
释放掉专用的接收者
| function XECustomEvent Tick | ( | fInterval | ) |
Tick中会调用专用接收者的RespondOnEventTick函数
| fInterval | number |
| XECustomEvent = {} |
1.8.15