DetachEntity
Detaches an entity previously attached using NAPI.Entity.AttachEntityToEntity
Server-Side Function
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