DetachEntity

From RAGE Multiplayer Wiki
Revision as of 07:12, 27 November 2019 by Rgnbgnhnd (talk | contribs) (Created page with "Detaches an entity previously attached using AttachEntityToEntity {{ServersideCsFunction}} {{CSharpContainer| <pre> NAPI.Entity.DetachEntity(NetHandle entity, bool res...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Detaches an entity previously attached using AttachEntityToEntity


Server-Side
Function

 C#



C# Syntax

NAPI.Entity.DetachEntity(NetHandle entity, bool resetCollision = true);

Parameters

  • entity: parameter input should be in NetHandle type.

Optional Arguments

  • resetCollision: parameter input should be in bool type.

Example

No usage example yet