Property CanStandOnTop
CanStandOnTop
Gets a value indicating whether Peds can stand on this Vehicle regardless of Vehicles speed.
Declaration
public bool CanStandOnTop { get; }
Property Value
| Type |
Description |
| System.Boolean |
true if Peds can stand on this Vehicle regardless of Vehicles speed; otherwise, false.
|