sgs_TypeOf [function]
void sgs_TypeOf( sgs_Context* C, sgs_Variable var )
Return the type name string of the specified variable.
- Object type sources are processed in the following order:
- Metamethod
__typeof
; sgs_ObjInterface::name
;- If both methods failed, just return 'object'.
- Metamethod