dcsex.setters
A common library of setter functions which can be used in the set function for class properties.
Contents
Functions
t.setBoolean(, _, new)
Parameters
- _
- _
- new
t.setNumber(, _, new, old)
Parameters
- _
- _
- new
- old
t.setString(, _, new, old)
Parameters
- _
- _
- new
- old
_t.setValFromTable(tbl, _, _, new, old)
If new doesn’t exist return old otherwise return new.
Parameters
- tbl
- _
- _
- new
- old