Expand description
A (WIP) C API allowing use of gluon in other langauges than Rust.
Enums§
Functions§
- glu_
call_ function - glu_
free_ ⚠vm - glu_
get_ bool - glu_
get_ byte - glu_
get_ float - glu_
get_ int - glu_
get_ light_ userdata - glu_
get_ ⚠string - The returned string is garbage collected and may not be valid after the string is removed from its slot in the stack
- glu_len
- glu_
load_ ⚠script - glu_
new_ vm - glu_pop
- glu_
push_ bool - glu_
push_ byte - glu_
push_ float - glu_
push_ ⚠function - glu_
push_ int - glu_
push_ light_ userdata - glu_
push_ ⚠string - Push a string to the stack. The string must be valid utf-8 or an error will be returned
- glu_
push_ ⚠string_ unchecked - Push a string to the stack. If the string is not utf-8 this function will trigger undefined behaviour.
- glu_
run_ ⚠expr