| Property Name | Type | Description |
|---|---|---|
| Vehicle | IVehicle |
|
| AimPosition | Position |
|
| Ammo | ushort |
|
| Armor | ushort |
|
| HeadRotation | Rotation |
|
| Health | ushort |
|
| IsAiming | bool |
|
| IsConnected | bool |
|
| IsDead | bool |
|
| IsInRagdoll | bool |
|
| IsInVehicle | bool |
|
| IsJumping | bool |
|
| IsReloading | bool |
|
| IsShooting | bool |
|
| MoveSpeed | float |
|
| Name | string |
|
| Seat | byte |
|
| Weapon | uint |
|
| Type | EntityType |
|
| Dimension | ushort |
|
| Exists | bool |
|
| Id | ushort |
|
| NativePointer | IntPtr |
|
| Position | Position |
|
| Rotation | Rotation |
ReadOnlyPlayer Copy()None
Type: ReadOnlyPlayer
Description: -
void Despawn()None
None
void Emit(string eventName, params object[] args)| Parameter Name | Type | Description |
|---|---|---|
| eventName | string |
|
| args | params object[] |
None
void Kick(string reason)| Parameter Name | Type | Description |
|---|---|---|
| reason | string |
None
void SetDateTime(int day, int month, int year, int hour, int minute, int second)| Parameter Name | Type | Description |
|---|---|---|
| day | int |
|
| month | int |
|
| year | int |
|
| hour | int |
|
| minute | int |
|
| second | int |
None
void SetWeather(uint weather)| Parameter Name | Type | Description |
|---|---|---|
| weather | uint |
None
void Spawn(Positon position)| Parameter Name | Type | Description |
|---|---|---|
| position | position |
None
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