2024 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
)
  • wall
    The wall in question
  • Int32
    end
    0 or 1 for the beginning or end of the wall's curve
Return Value bool true if it is allowed to join. false if it is disallowed.