[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.6 mglVar class
Structure describes variable of type mglData
and its name in MGL script. This structure is used by mglParse
and is defined in #include <mgl/mgl_parse.h>
.
- Parameter of mglVar:
bool
temp Flag for temporar variable. Temporal variables will be destroyed after script execution.
- Method on mglVar:
void
MoveAfter (mglVar *
var) Move variable after var and copy
func
fromvar
(iffunc
is not 0)