Constructors
- Last UpdatedMar 10, 2023
- 1 minute read
|
Method |
Description |
|
statusData() |
Constructor for all status definitions on CE. |
|
statusData(STRING name of status definition ) |
Constructor for single status definition on CE. |
|
statusData(DBREF of object ) |
Constructor for all status definitions on a single object. |
|
statusData(ARRAY of DBREF of objects ) |
Constructor for all status definitions on array of objects. |
|
statusData(DBREF of object,DBREF of status definition ) |
Constructor for single object and single status definition. |
|
statusData(DBREF of object,STRING name of status definition ) |
Constructor for single object and single status definition. |
|
statusData(ARRAY of DBREF of objects,DBREF of status definition ) |
Constructor for array of objects and single status definition. |
|
statusData(ARRAY of DBREF of objects,STRING name of status definition ) |
Constructor for array of objects and single status definition. |