Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

OnSpawnRagdoll

ShingekiNoRex edited this page Aug 24, 2018 · 2 revisions

Description

Called when a player's ragdoll is spawned

Handler

IEventHandlerSpawnRagdoll

Inputs/Outputs

The player who owns the ragdoll

  • Role Role { get; set; }

The role of the ragdoll

  • Vector Position { get; set; }

The position of the ragdoll

  • Vector Rotation { get; set; }

The rotation of the ragdoll

The attacker who kills the player

The death cause of the ragdoll

  • bool AllowRecall { get; set; }

Whether allow SCP-049 to convert the body

To allow SCP-049 to convert, DamageType must be SCP-049 and AllowRecall must be true.

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally