WallUtils.IsWallJoinAllowedAtEnd
Method
Description:
Identifies if the indicated end of the wall allows joins or not.
Identifies if the indicated end of the wall allows joins or not.
Parameters
| Parameter | Type | Description |
|---|---|---|
| wall | Wall | The wall in question |
| end | Int32 | 0 or 1 for the beginning or end of the wall's curve |
Return Value
| Type | Description |
|---|---|
| Boolean | true if it is allowed to join. false if it is disallowed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |