Пример #1
0
 public void Unbind(string device, string action)
 {
     if (IsDead())
     {
         throw new Exceptions.SimObjectPointerInvalidException();
     }
     InternalUnsafeMethods.ActionMapUnbind(ObjectPtr->ObjPtr, device, action);
 }