<Code Lib>
2020 Method
Changes 0
M

WallUtils.IsWallJoinAllowedAtEnd

Description:
Identifies if the indicated end of the wall allows joins or not.

public static bool IsWallJoinAllowedAtEnd(
	Wall wall,
	int end
)

Return Value bool true if it is allowed to join. false if it is disallowed.

Loading…