[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This is the interface used from C++ code to access parts of scripting language interpreters. In enables one to create and destroy variables and set and get their values, call subroutines, create and destroy objects and set and get their properties and call their methods.
Interface calls which call script functions and methods take a variable length argument list specified with a printf-style format string.
Supported types are: int, float, double, string and script object.
The interface is fully documented in the Public API Reference, so this page is only here to draw attention to its existence.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |