|
FrameIT
|
Created when an error (may) occures while a Stage is being created, because of incompatible variables. More...
Public Member Functions | |
| StageErrorStruct (bool category, bool id, bool name, bool description, bool scene, bool local, bool load) | |
| Initiator canonical More... | |
Public Attributes | |
| bool | |
| set iff !Stage.use_install_folder is incompatible More... | |
Static Public Attributes | |
| static readonly StageErrorStruct | InvalidFolder = new StageErrorStruct(false, false, false, false, false, true, false) |
| static readonly StageErrorStruct | NotLoadable = new StageErrorStruct(false, false, false, false, false, false, true) |
Properties | |
| bool | category [getset] |
| set iff Stage.category is incompatible More... | |
| bool | id [getset] |
| set iff Stage.number is incompatible More... | |
| bool | name [getset] |
| set iff Stage.name is incompatible More... | |
| bool | description [getset] |
| set iff Stage.description is incompatible More... | |
| bool | scene [getset] |
| set iff Stage.scene is incompatible More... | |
| bool | pass [get] |
true iff no error occures. More... | |
Created when an error (may) occures while a Stage is being created, because of incompatible variables.
| StageStatic.StageErrorStruct.StageErrorStruct | ( | bool | category, |
| bool | id, | ||
| bool | name, | ||
| bool | description, | ||
| bool | scene, | ||
| bool | local, | ||
| bool | load | ||
| ) |
Initiator
canonical
| StageStatic.StageErrorStruct.bool |
set iff !Stage.use_install_folder is incompatible
|
static |
|
static |
|
getset |
set iff Stage.category is incompatible
|
getset |
set iff Stage.description is incompatible
|
getset |
set iff Stage.number is incompatible
|
getset |
set iff Stage.name is incompatible
|
get |
true iff no error occures.
|
getset |
set iff Stage.scene is incompatible