Commit Graph

10 Commits

Author SHA1 Message Date
gir489
aebd69542e
Fix netObject. (#187)
Some checks failed
Build / build (ubuntu-latest) (push) Failing after 29s
Build / build (windows-latest) (push) Has been cancelled
* Fix netObject.

* Fixed m_object_id being incorrectly typed.

* Updated CVehicle.
2024-08-17 11:03:45 +02:00
gir489
6366aa82b6
Removed m_velocity from CVehicle. (#154) 2023-12-16 22:01:17 +01:00
gir489
59f3db2ec5
Fixed CVehicle for 3095. (#152) 2023-12-15 00:09:33 +01:00
gir489
9da68ec827
Added KERS boost fields. (#131) 2023-08-05 18:15:37 +02:00
Andreas Maerten
4f76d41ff4
feat(CVehicle): expand vehicle class (#111)
* feat(CVehicle): add gears
* feat(CVehicle): add RPM
2023-04-15 15:32:17 +01:00
Aure7138
d7c99fb996
helper functions (#77) 2022-11-28 21:14:26 +00:00
Aure7138
13fb4e4dae
feat: CPlayerInfo, CVehicle & CPed (#58)
* Added get_position() helper to CNavigation
* Updated CPed class:
  * m_fatigued_health_threshold
  * m_injured_health_threshold
  * m_dying_health_threshold
  * m_hurt_health_threshold
* Updated CPlayerInfo class:
  * m_wanted_level_difficulty
  * m_wanted_level_multiplier
* Updated CVehicle class:
  * m_dirt_level
  * m_max_passengers
  * m_num_of_passengers
  * m_door_lock_status
2022-11-08 21:02:11 +00:00
Aure7138
7acab3884b
feat: CPhysical, CPed & CVehicle(#57)
* CPhysical added CAttackers class
* CPed added m_can_switch_weapon & m_cash
* CVehicle added m_door_lock_status

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-06 22:29:08 +00:00
Yimura
7cbf45a492
fix(CPhysical): 0x20 bytes removed (#45) 2022-10-25 17:39:32 +01:00
Yimura
528f0c8926
feat(Classes): Split classes to their correct inheritance (#25) 2022-08-26 00:13:12 +02:00