SpecialAction Enumeration |
Contains all special actions.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public enum SpecialAction
Members
| Member name | Value | Description |
---|
| None | 0 |
Nothing.
|
| Duck | 1 |
Player is ducking.
|
| UseJetpack | 2 |
Player is using a jetpack.
|
| EnterVehicle | 3 |
Player is entering a vehicle.
|
| ExitVehicle | 4 |
Player is leaving a vehicle.
|
| Dance1 | 5 |
Player is dancing. (Style 1)
|
| Dance2 | 6 |
Player is dancing. (Style 2)
|
| Dance3 | 7 |
Player is dancing. (Style 3)
|
| Dance4 | 8 |
Player is dancing. (Style 4)
|
| HandsUp | 10 |
Player is holding his hands up.
|
| UseCellphone | 11 |
Player is using a cellphone.
|
| Sitting | 12 |
Player is sitting.
|
| StopUseCellphone | 13 |
Player stops using a cellphone.
|
| DrinkBeer | 20 |
Player is drinking a beer.
|
| SmokeCiggy | 21 |
Player is smoking a cigarette.
|
| DrinkWine | 22 |
Player is drinking whine.
|
| DrinkSprunk | 23 |
Player is drinking sprunk.
|
| Cuffed | 24 |
Player is cuffed.
|
| Carry | 25 |
PLayer is carrying.
|
See Also