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