sq_pushfloat From Squirrel 3.0 previous page next page 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 previous page start next page