Public Member Functions | |
| def | __init__ |
| def mainLib::RoomVariable::__init__ | ( | self, | ||
| name, | ||||
| val, | ||||
priv = False, |
||||
persistent = False | ||||
| ) |
Default Constructor
| name | name of the variable | |
| val | value of the variable ( can be string, number, boolean ) | |
| priv | flag, if True marks the variable as private | |
| persistent | flag, if True marks the variable as persistent |
1.5.4