1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-21 10:07:19 +02:00

Added LastArmor alias to the player class for consistency.

This commit is contained in:
Sandu Liviu Catalin
2016-06-14 00:50:20 +03:00
parent 9c547ae8a8
commit a71b45567a
+1
View File
@@ -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)