Exemplo n.º 1
0
 private static JassInteger R2I(JassRealArg r) => BitConverter.ToInt32(BitConverter.GetBytes(r), 0);
Exemplo n.º 2
0
 private static void WriteLogReal(JassRealArg r) => Trace.WriteLine((float)r);
Exemplo n.º 3
0
 private static void SetMaxAttackSpeed(JassRealArg speed) => Patch(GameDll + 0xD33DA4, speed);
Exemplo n.º 4
0
 private static void MemorySetReal(JassInteger offset, JassRealArg value)
 => Patch(new IntPtr(offset), value);