Click or drag to resize

GangZoneGangZoneInternalGangZoneCreate Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.GangZone.GangZoneInternal.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.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.GameMode.World.GangZone.GangZoneInternal.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

miny
Type: SystemSingle

[Missing <param name="miny"/> documentation for "M:SampSharp.GameMode.World.GangZone.GangZoneInternal.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

maxx
Type: SystemSingle

[Missing <param name="maxx"/> documentation for "M:SampSharp.GameMode.World.GangZone.GangZoneInternal.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

maxy
Type: SystemSingle

[Missing <param name="maxy"/> documentation for "M:SampSharp.GameMode.World.GangZone.GangZoneInternal.GangZoneCreate(System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Int32
See Also