Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class GlobalInfo

GlobalInfo objects describe globals declared by your program. More...

Declarations

Properties
Attributes : Int () Get global attributes.
Name : String () Get name of global.
Type : ClassInfo () Get type of global.
Methods
GetValue : Object () Get value of global.
SetValue : Void ( obj:Object ) Set value of global.

Detailed Discussion

GlobalInfo objects describe globals declared by your program.


Properties Documentation

Method Attributes : Int () Property

Get global attributes.

Method Name : String () Property

Get name of global.

Method Type : ClassInfo () Property

Get type of global.


Methods Documentation

Method GetValue : Object ()

Get value of global.

Method SetValue : Void ( obj:Object )

Set value of global.