2027 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
)
  • stairs
    The given stairs to check.
Return Value Boolean Returns true if the stairs can be used to create a multistory stairs; otherwise returns false.