实体
通缉 CWanted
查看 Markdown通缉等级与犯罪登记
CWanted.h · 通常 FindPlayerWanted() 取得
逻辑帧改。
CWanted* FindPlayerWanted(int playerId = -1);unsigned int m_nWantedLevel;
unsigned int m_nChaosLevel;
float m_fMultiplier;void SetWantedLevel(int level);
void SetWantedLevelNoDrop(int level);
void CheatWantedLevel(int level);
void ClearWantedLevelAndGoOnParole();void RegisterCrime(eCrimeType crimeType, CVector const& posn, unsigned int crimeId, bool bPoliceDontReallyCare);
void RegisterCrime_Immediately(eCrimeType crimeType, CVector const& posn, unsigned int crimeId, bool bPoliceDontReallyCare);
void ReportCrimeNow(eCrimeType crimeType, CVector const& posn, bool bPoliceDontReallyCare);// bitfields / bool
// m_bPoliceBackOff, m_bEverybodyBackOff, m_bLeavePlayerAlonestatic void SetMaximumWantedLevel(int level);
static unsigned int& MaximumWantedLevel;
评论