mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Added LastArmor alias to the player class for consistency.
This commit is contained in:
@ -2096,6 +2096,7 @@ void Register_CPlayer(HSQUIRRELVM vm)
|
||||
.Prop(_SC("TrackPosition"), &CPlayer::GetTrackPosition, &CPlayer::SetTrackPosition)
|
||||
.Prop(_SC("LastWeapon"), &CPlayer::GetLastWeapon)
|
||||
.Prop(_SC("LastHealth"), &CPlayer::GetLastHealth)
|
||||
.Prop(_SC("LastArmor"), &CPlayer::GetLastArmour)
|
||||
.Prop(_SC("LastArmour"), &CPlayer::GetLastArmour)
|
||||
.Prop(_SC("LastHeading"), &CPlayer::GetLastHeading)
|
||||
.Prop(_SC("LastPosition"), &CPlayer::GetLastPosition)
|
||||
|
Reference in New Issue
Block a user