Click or drag to resize

WorldServiceNativeGangZoneCreate Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual int GangZoneCreate(
	float minX,
	float minY,
	float maxX,
	float maxY
)

Parameters

minX
Type: SystemSingle

[Missing <param name="minX"/> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

minY
Type: SystemSingle

[Missing <param name="minY"/> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

maxX
Type: SystemSingle

[Missing <param name="maxX"/> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

maxY
Type: SystemSingle

[Missing <param name="maxY"/> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Int32
See Also