SetNPCRagdoll: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set the NPC's ragdoll status.}} {{FuncSyntax|SetNPCRagdoll(npcid, bStatus)}} {{FuncParameters}} {{FuncParam|npcid|The NPC ide...")
(No difference)

Revision as of 13:17, 20 November 2019

SetNPCRagdoll

Type: Function
Context: Server
Introduced: v1.0

Description

Set the NPC's ragdoll status.

Syntax

SetNPCRagdoll(npcid, bStatus)

Parameters

  • npcid
    The NPC identifier.
  • bStatus
    The ragdoll status.

Return Value

  • __EDIT_ME__

Example

See also