Click or drag to resize

GridPoint2Div Method (Int32)

Note: This API is now obsolete.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use FloorDiv or TruncDiv instead")]
public GridPoint2 Div(
	int r
)

Parameters

r
Type: SystemInt32

Return Value

Type: GridPoint2
See Also