Click or drag to resize

NativePlayerSetPlayerWorldBounds Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.SetPlayerWorldBounds(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 bool SetPlayerWorldBounds(
	float xMax,
	float xMin,
	float yMax,
	float yMin
)

Parameters

xMax
Type: SystemSingle

[Missing <param name="xMax"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.SetPlayerWorldBounds(System.Single,System.Single,System.Single,System.Single)"]

xMin
Type: SystemSingle

[Missing <param name="xMin"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.SetPlayerWorldBounds(System.Single,System.Single,System.Single,System.Single)"]

yMax
Type: SystemSingle

[Missing <param name="yMax"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.SetPlayerWorldBounds(System.Single,System.Single,System.Single,System.Single)"]

yMin
Type: SystemSingle

[Missing <param name="yMin"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.SetPlayerWorldBounds(System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Boolean
See Also