BaseActor / EventMod
このオブジェクトにイベントを送ります
sendEvent(イベント名,イベントオブジェクト)
イベントの種類一覧
※waitEventの例と組み合わせて使ってください。
Sender
receiver=new Receiver; updateEx(60); print ("fooイベントを送信します..."); receiver.sendEvent("foo","hello");
.