GetEntityCollisionless
From GTA Network Wiki
GetEntityCollisionlessServer-Side Function
![]() |
![]() |
---|
Function Description
Syntax
bool NAPI.Entity.GetEntityCollisionless(NetHandle entity);
Required Arguments
- entity: parameter input should be in NetHandle type.
NOTE: This function returns data in bool type.
Usage example(s)
Example Description
NAPI.Entity.GetEntityCollisionless(ntity);
Changelog
Version | Description |
---|---|
1.0 | Release. |