Example #1
0
 public GameEventBus Origin(JSContextHelper proof)
 {
     try {
         if (proof == JSContextHelper.Instance)
         {
             return(_outer);
         }
         return(null);
     } catch (Exception) {
         return(null);
     }
 }
 public SceneObject Origin(JSContextHelper proof)
 {
     try {
         if (proof == JSContextHelper.Instance)
         {
             return(_outer);
         }
         return(null);
     } catch (Exception) {
         return(null);
     }
 }
Example #3
0
 public AttachableList <TOwner, TItem> Origin(JSContextHelper proof)
 {
     try {
         if (proof == JSContextHelper.Instance)
         {
             return(_outer);
         }
         return(null);
     } catch (Exception) {
         return(null);
     }
 }
Example #4
0
 StuntPropertyList <T> IJSAPI <StuntPropertyList <T> > .Origin(JSContextHelper proof)
 {
     try {
         if (proof == JSContextHelper.Instance)
         {
             return(_outer);
         }
         return(null);
     } catch (Exception) {
         return(null);
     }
 }