Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel)
More...
#include <sqratArray.h>
|
| Var (HSQUIRRELVM vm, SQInteger idx) |
|
template<>
struct Sqrat::Var< Array >
Used to get and push Array instances to and from the stack as references (arrays are always references in Squirrel)
Attempts to get the value off the stack at idx as an Array
- Parameters
-
vm | Target VM |
idx | Index trying to be read |
Called by Sqrat::PushVar to put an Array reference on the stack
- Parameters
-
vm | Target VM |
value | Value to push on to the VM's stack |
The documentation for this struct was generated from the following file:
- /media/drive2/atai/software_projects/sqrat/sqrat.git/include/sqrat/sqratArray.h