Class reflection.GlobalInfo - leonard-thieu/monkey GitHub Wiki

GlobalInfo objects describe globals declared by your program.

Properties

Methods

Detailed Discussion

GlobalInfo objects describe globals declared by your program.

Property Documentation

Method Attributes : Int ()

Get global attributes.

Method Name : String ()

Get name of global.

Method Type : ClassInfo ()

Get type of global.

Method Documentation

Method GetValue : Object ()

Get value of global.

Method SetValue : Void ( obj:Object )

Set value of global.

⚠️ **GitHub.com Fallback** ⚠️