Xenon
A framework for cheat development.
 
Loading...
Searching...
No Matches
TargetProfile Class Reference

#include <target_profile.hpp>

Collaboration diagram for TargetProfile:

Public Member Functions

float GetHeight3D ()
 
float GetHeight2D ()
 

Public Attributes

intptr_t m_pOriginalAddress
 
Vec2 m_vHeadPos2D
 
Vec2 m_vFeetPos2D
 
Vec2 m_vPos2D
 
Vec2 m_vVelocity2D
 
Vec3 m_vHeadPos3D
 
Vec3 m_vFeetPos3D
 
Vec3 m_vPos3D
 
Vec3 m_vVelocity3D
 
bool m_bTemmate
 
bool m_bVisible = true
 
float m_fWidth
 
float m_fHealth
 
float m_fMaxHealth = 100
 
std::string m_strName
 
std::string m_strTag
 

Member Function Documentation

◆ GetHeight2D()

float TargetProfile::GetHeight2D ( )
inline

◆ GetHeight3D()

float TargetProfile::GetHeight3D ( )
inline

Member Data Documentation

◆ m_bTemmate

bool TargetProfile::m_bTemmate

◆ m_bVisible

bool TargetProfile::m_bVisible = true

◆ m_fHealth

float TargetProfile::m_fHealth

◆ m_fMaxHealth

float TargetProfile::m_fMaxHealth = 100

◆ m_fWidth

float TargetProfile::m_fWidth

◆ m_pOriginalAddress

intptr_t TargetProfile::m_pOriginalAddress

◆ m_strName

std::string TargetProfile::m_strName

◆ m_strTag

std::string TargetProfile::m_strTag

◆ m_vFeetPos2D

Vec2 TargetProfile::m_vFeetPos2D

◆ m_vFeetPos3D

Vec3 TargetProfile::m_vFeetPos3D

◆ m_vHeadPos2D

Vec2 TargetProfile::m_vHeadPos2D

◆ m_vHeadPos3D

Vec3 TargetProfile::m_vHeadPos3D

◆ m_vPos2D

Vec2 TargetProfile::m_vPos2D

◆ m_vPos3D

Vec3 TargetProfile::m_vPos3D

◆ m_vVelocity2D

Vec2 TargetProfile::m_vVelocity2D

◆ m_vVelocity3D

Vec3 TargetProfile::m_vVelocity3D

The documentation for this class was generated from the following file: