Advertisement
keybode

css v34 model_t struct

Aug 24th, 2014
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. struct model_t
  2. {
  3.     void*           fnHandle;
  4.     char            szName[96];
  5.    
  6.     int             nLoadFlags;
  7.     int             nServerCount;
  8.  
  9.     modtype_t       type;
  10.     int             flags;
  11.  
  12.     Vector          mins, maxs;
  13.     float           radius;
  14.  
  15.     // todo: complete struct
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement