mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Added LastArmor alias to the player class for consistency.
This commit is contained in:
parent
9c547ae8a8
commit
a71b45567a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user