refDef

Nobody knows what it stands for.

To see the type of an individual property, please look at the struct here.

Available Properties

  • x

  • y

  • width

  • height

  • fov_x

  • fov_y

Find the type of properties here

struct refdef_t
{
    int x;
    int y;
    int width; //0x0008  
    int height; //0x000C  
    float fov_x; //0x0010  
    float fov_y; //0x0014  
    Vec3 vieworg; //0x0018
    Vec3 viewaxis[3]; //0x0024  
    char szUnknown1[16200]; //0x0048  
    Vec3 rdViewAngle; //0x3F90
};

Last updated