<Code Lib>
2023 Method
Changes 0
M

MultistoryStairs.IsAcceptableForMultistoryStairs

Description:
Checks if the given stairs can be used to create a multistory stairs.

public static bool IsAcceptableForMultistoryStairs(
	Stairs stairs
)

Return Value bool Returns true if the stairs can be used to create a multistory stairs; otherwise returns false.

Loading…