SampEntities Class |
Namespace: SampSharp.Entities.SAMP
public static class SampEntities
The SampEntities type exposes the following members.
| Name | Description | |
|---|---|---|
| GetActorId |
Gets a actor entity identifier based on an integer actor identifier.
| |
| GetGangZoneId |
Gets a gang zone entity identifier based on an integer gang zone identifier.
| |
| GetMenuId |
Gets a menu entity identifier based on an integer menu identifier.
| |
| GetObjectId |
Gets a object entity identifier based on an integer object identifier.
| |
| GetPickupId |
Gets a pickup entity identifier based on an integer pickup identifier.
| |
| GetPlayerId |
Gets a player entity identifier based on an integer player identifier.
| |
| GetPlayerObjectId |
Gets a player object entity identifier based on an integer player object identifier.
| |
| GetPlayerTextDrawId |
Gets a player text draw entity identifier based on an integer player text draw identifier.
| |
| GetPlayerTextLabelId |
Gets a player text label entity identifier based on an integer player text label identifier.
| |
| GetTextDrawId |
Gets a text draw entity identifier based on an integer text draw identifier.
| |
| GetTextLabelId |
Gets a text label entity identifier based on an integer text label identifier.
| |
| GetVehicleId |
Gets a vehicle entity identifier based on an integer vehicle identifier.
|
| Name | Description | |
|---|---|---|
| ActorType |
The SA:MP actor entity type identifier.
| |
| GangZoneType |
The SA:MP gang zone entity type identifier.
| |
| MenuType |
The SA:MP menu entity type identifier.
| |
| ObjectType |
The SA:MP object entity type identifier.
| |
| PickupType |
The SA:MP pickup entity type identifier.
| |
| PlayerObjectType |
The SA:MP player object entity type identifier.
| |
| PlayerTextDrawType |
The SA:MP player text draw entity type identifier.
| |
| PlayerTextLabelType |
The SA:MP player text label entity type identifier.
| |
| PlayerType |
The SA:MP player entity type identifier.
| |
| TextDrawType |
The SA:MP text draw entity type identifier.
| |
| TextLabelType |
The SA:MP text label entity type identifier.
| |
| VehicleType |
The SA:MP vehicle entity type identifier.
|