Ejemplo n.º 1
0
 public void SetBodyUsed(string bodyName)
 {
     byte[] numArray = (byte[])null;
     if (bodyName != null)
     {
         numArray = CallbackStringBufferManager.StringBuffer0;
         int bytes = ScriptingInterfaceOfIMBWorld._utf8.GetBytes(bodyName, 0, bodyName.Length, numArray, 0);
         numArray[bytes] = (byte)0;
     }
     ScriptingInterfaceOfIMBWorld.call_SetBodyUsedDelegate(numArray);
 }
Ejemplo n.º 2
0
 public void CheckResourceModifications() => ScriptingInterfaceOfIMBWorld.call_CheckResourceModificationsDelegate();
Ejemplo n.º 3
0
 public void FixSkeletons() => ScriptingInterfaceOfIMBWorld.call_FixSkeletonsDelegate();
Ejemplo n.º 4
0
 public void UnpauseGame() => ScriptingInterfaceOfIMBWorld.call_UnpauseGameDelegate();
Ejemplo n.º 5
0
 public void SetGameType(int gameType) => ScriptingInterfaceOfIMBWorld.call_SetGameTypeDelegate(gameType);
Ejemplo n.º 6
0
 public int GetGameType() => ScriptingInterfaceOfIMBWorld.call_GetGameTypeDelegate();
Ejemplo n.º 7
0
 public string GetLastMessages() => ScriptingInterfaceOfIMBWorld.call_GetLastMessagesDelegate() != 1 ? (string)null : Managed.ReturnValueFromEngine;
Ejemplo n.º 8
0
 public float GetTime(MBCommon.TimeType timeType) => ScriptingInterfaceOfIMBWorld.call_GetTimeDelegate(timeType);