FrameIT
StageStatic.StageErrorStruct Struct Reference

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...
 

Detailed Description

Created when an error (may) occures while a Stage is being created, because of incompatible variables.

Constructor & Destructor Documentation

◆ StageErrorStruct()

StageStatic.StageErrorStruct.StageErrorStruct ( bool  category,
bool  id,
bool  name,
bool  description,
bool  scene,
bool  local,
bool  load 
)

Initiator
canonical

Member Data Documentation

◆ bool

StageStatic.StageErrorStruct.bool
Initial value:
{ get { return state[5]; } set { state[5] = value; } }
public bool load { get { return state[6]; } set { state[6] = value; } }
private bool[] state

set iff !Stage.use_install_folder is incompatible

◆ InvalidFolder

readonly StageErrorStruct StageStatic.StageErrorStruct.InvalidFolder = new StageErrorStruct(false, false, false, false, false, true, false)
static

◆ NotLoadable

readonly StageErrorStruct StageStatic.StageErrorStruct.NotLoadable = new StageErrorStruct(false, false, false, false, false, false, true)
static

Property Documentation

◆ category

bool StageStatic.StageErrorStruct.category
getset

set iff Stage.category is incompatible

◆ description

bool StageStatic.StageErrorStruct.description
getset

set iff Stage.description is incompatible

◆ id

bool StageStatic.StageErrorStruct.id
getset

set iff Stage.number is incompatible

◆ name

bool StageStatic.StageErrorStruct.name
getset

set iff Stage.name is incompatible

◆ pass

bool StageStatic.StageErrorStruct.pass
get

true iff no error occures.

◆ scene

bool StageStatic.StageErrorStruct.scene
getset

set iff Stage.scene is incompatible


The documentation for this struct was generated from the following file: