Click or drag to resize

ClashHelperGetMountPath Method

이격탑재 경로 반환 X, Y 중의 하나는 0 이여야 함

Namespace:  SHConnector.Utility.Clash
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public static List<MovingRouteVO> GetMountPath(
	int x,
	int y,
	int z,
	int zInterval,
	int sInterval
)

Parameters

x
Type: SystemInt32
시작 위치 X
y
Type: SystemInt32
시작 위치 Y
z
Type: SystemInt32
시작 위치 Z
zInterval
Type: SystemInt32
직하 이동 검사 간격
sInterval
Type: SystemInt32
이격 거리 검사 간격

Return Value

Type: ListMovingRouteVO

[Missing <returns> documentation for "M:SHConnector.Utility.Clash.ClashHelper.GetMountPath(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also