sq_stackinfos

Squirrel 2.2

sq_stackinfos

SQRESULT sq_stackinfos(HSQUIRRELVM v, SQInteger level, SQStackInfos * si);

retrieve the calls stack informations of a ceratain level in the calls stack.

parameters:
HSQUIRRELVM v

the target VM

SQInteger level

calls stack level

SQStackInfos * si

pointer to the SQStackInfos structure that will store the stack informations

return:

a SQRESULT.