sq_pushfloat

Squirrel 3.0

sq_pushfloat

void sq_pushfloat(HSQUIRRELVM v, SQFloat f);

pushes a float into the stack

parameters:
HSQUIRRELVM v

the target VM

SQFloat f

the float that has to be pushed