diff --git a/src/bindings/Player.cpp b/src/bindings/Player.cpp index 68445c00..022e83f8 100644 --- a/src/bindings/Player.cpp +++ b/src/bindings/Player.cpp @@ -417,6 +417,10 @@ extern V8Class v8Player("Player", v8Entity, nullptr, [](v8::Local(isolate, tpl, "armour"); V8::SetAccessor(isolate, tpl, "maxArmour"); V8::SetAccessor(isolate, tpl, "isDead"); + V8::SetAccessor(isolate, tpl, "isInRagdoll"); + V8::SetAccessor(isolate, tpl, "isAiming"); + V8::SetAccessor(isolate, tpl, "aimPos"); + V8::SetAccessor(isolate, tpl, "headRot"); V8::SetAccessor, &IPlayer::GetEntityAimingAt>(isolate, tpl, "entityAimingAt"); V8::SetAccessor(isolate, tpl, "entityAimOffset");