Advertisement
Brick

asCullManager

Oct 8th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.72 KB | None | 0 0
  1. struct __declspec(align(4)) asCullManager
  2. {
  3.   asCullManager::VTbl *vtable;
  4.   DWORD dword4;
  5.   DWORD dword8;
  6.   DWORD dwordC;
  7.   _DWORD SomeFlags;
  8.   DWORD dword14;
  9.   _DWORD dword18;
  10.   _DWORD CurrentCameras;
  11.   struct asCamera *CameraArray[16];
  12.   int field_60;
  13.   int CurrentCullables;
  14.   int MaxCullables;
  15.   int CurrentCullables2D;
  16.   int MaxCullables2D;
  17.   int CurrentCullables2DFG;
  18.   int MaxCullables2DFG;
  19.   struct asCullable **CullableArray;
  20.   struct asCullable **Cullables2D;
  21.   struct asCullable **Cullables2DFG;
  22.   int *CullablesMatrixes;
  23.   int SomeOtherFlags;
  24.   int field_90;
  25.   int field_94;
  26.   int Timer1;
  27.   int Timer2;
  28.   int field_A0;
  29.   char ShouldReset;
  30.   char field_A5;
  31.   char field_A6;
  32.   char field_A7;
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement