DetachEntity: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Detaches an entity previously attached using AttachEntityToEntity {{ServersideCsFunction}} {{CSharpContainer| <pre> NAPI.Entity.DetachEntity(NetHandle entity, bool res...")
 
m (Xabi moved page NAPI.Entity.DetachEntity to DetachEntity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Detaches an entity previously attached using [[AttachEntityToEntity]]
Detaches an entity previously attached using [[NAPI.Entity.AttachEntityToEntity]]





Latest revision as of 13:14, 27 November 2019

Detaches an entity previously attached using NAPI.Entity.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