| Property Name | Type | Description |
|---|---|---|
| AttachedTo | IEntity |
|
| BlipType | byte |
|
| Color | byte |
|
| IsAttached | bool |
|
| IsGlobal | bool |
|
| Route | bool |
|
| RouteColor | byte |
|
| Sprite | ushort |
|
| Type | EntityType |
|
| Dimension | ushort |
|
| Exists | bool |
|
| Id | ushort |
|
| NativePointer | IntPtr |
|
| Position | Position |
|
| Rotation | Rotation |
bool GetData(string key, out T result)| Parameter Name | Type | Description |
|---|---|---|
| key | string |
|
| result | out T |
Type: bool
Description: -
MValue GetMetaData(string key)| Parameter Name | Type | Description |
|---|---|---|
| key | string |
Type: MValue
Description:
bool Remove()None
Type: bool
Description:
void SetData(string key, object value)| Parameter Name | Type | Description |
|---|---|---|
| key | string |
|
| value | object |
None
void SetMetaData(string key, MValue value)| Parameter Name | Type | Description |
|---|---|---|
| key | string | |
| value | MValue |
None
void SetPosition(float x, float y, float z)| Parameter Name | Type | Description |
|---|---|---|
| x | float |
|
| y | float |
|
| z | float |
None
void SetRotation(float roll, float pitch, float yaw)| Parameter Name | Type | Description |
|---|---|---|
| roll | float |
|
| pitch | float |
|
| yaw | float |
None