Click or drag to resize

WorldServiceGravity Property

Gets or sets the gravity.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public float Gravity { get; set; }

Property Value

Type: Single

Implements

IWorldServiceGravity
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if value is not between -50.0 and 50.0.
See Also