CorsixTH Lua Documentation

GPRoom Class

Declared on: line 43 of Lua/rooms/gp.lua.
Inheritance: GPRoom ยป Room

Method Index

Member Index

(*) only used in superclass methods
function GPRoom:GPRoom(...)

Parameters:

NameTypeDescription
... ? ?

Declared on: line 45 of Lua/rooms/gp.lua.

function GPRoom:commandEnteringPatient(humanoid)

Parameters:

NameTypeDescription
humanoid ? ?

Overrides: Room:commandEnteringPatient.
Declared on: line 94 of Lua/rooms/gp.lua.

function GPRoom:commandEnteringStaff(humanoid)

Parameters:

NameTypeDescription
humanoid ? ?

Overrides: Room:commandEnteringStaff.
Declared on: line 88 of Lua/rooms/gp.lua.

function GPRoom:dealtWithPatient(patient)

Parameters:

NameTypeDescription
patient ? ?

Overrides: Room:dealtWithPatient.
Declared on: line 106 of Lua/rooms/gp.lua.

function GPRoom:doStaffUseCycle(humanoid)

Parameters:

NameTypeDescription
humanoid ? ?

Declared on: line 49 of Lua/rooms/gp.lua.

function GPRoom:onHumanoidLeave(humanoid)

Parameters:

NameTypeDescription
humanoid ? ?

Overrides: Room:onHumanoidLeave.
Declared on: line 165 of Lua/rooms/gp.lua.

function GPRoom:shouldHavePatientReenter(patient)

Parameters:

NameTypeDescription
patient ? ?

Overrides: Room:shouldHavePatientReenter.
Declared on: line 102 of Lua/rooms/gp.lua.

Page generated on Sat Feb 07, 2015 at 18:38:28 by LDocGen.