Advertisement
Guest User

ayy fix alexander

a guest
Nov 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. class IPhysicsSurfaceProps
  2. {
  3. public:
  4.  
  5.     surfacedata_t    *GetSurfaceData(int surfaceDataIndex)
  6.     {
  7.         typedef surfacedata_t*(__thiscall* fnGetSurfaceData)(void*, int);
  8.         return call_vfunc<fnGetSurfaceData>(this, 5)(this, surfaceDataIndex);
  9.     }
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement