<Code Lib>
M

Document.NewRoom(Phase)

Description:
Creates a new unplaced room and with an assigned phase.
Overloads (3):
NewRoom(Phase)

public Room NewRoom(
	Phase phase
)

  • phase
    The phase in which the room is to exist.
Return Value Room If successful the new room , otherwise .

Loading…