Beispiel #1
0
 public void TriggerAtTargetEvent(uint localID, uint handle, Vector3 targetpos, Vector3 currentpos)
 {
     handlerScriptAtTargetEvent = OnScriptAtTargetEvent;
     if (handlerScriptAtTargetEvent != null)
     {
         handlerScriptAtTargetEvent(localID, handle, targetpos, currentpos);
     }
 }
Beispiel #2
0
 public void TriggerAtTargetEvent(uint localID, uint handle, Vector3 targetpos, Vector3 currentpos)
 {
     handlerScriptAtTargetEvent = OnScriptAtTargetEvent;
     if (handlerScriptAtTargetEvent != null)
     {
         handlerScriptAtTargetEvent(localID, handle, targetpos, currentpos);
     }
 }