Interface INative
Namespace: AltV.Net.Types
Assembly: AltV.Net.Shared.dll
Syntax
public interface INative
Properties
| Improve this Doc View SourceExists
Get current entity existence
WARNING: Do NOT use this.
Declaration
bool Exists { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NativePointer
Get the internal entity pointer.
WARNING: Do NOT use this.
Declaration
IntPtr NativePointer { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |