Tapioca Engine 1.0
Motor de videojuegos creado por Bubble Studios
Cargando...
Buscando...
Nada coincide
Métodos públicos estáticos | Lista de todos los miembros
Referencia de la estructura luabridge::Stack< CompValue >

Especializacion de la clase Stack para el tipo CompValue. Más...

#include <VariantStack.h>

Métodos públicos estáticos

static Result push (lua_State *L, CompValue value)
 
static TypeResult< CompValueget (lua_State *L, int index)
 
static bool isInstance (lua_State *L, int index)
 

Descripción detallada

Especializacion de la clase Stack para el tipo CompValue.

Parámetros
LPuntero al estado de lua
valueValor a meter en la pila

Documentación de funciones miembro

◆ get()

static TypeResult< CompValue > luabridge::Stack< CompValue >::get ( lua_State * L,
int index )
inlinestatic

◆ isInstance()

static bool luabridge::Stack< CompValue >::isInstance ( lua_State * L,
int index )
inlinestatic

◆ push()

static Result luabridge::Stack< CompValue >::push ( lua_State * L,
CompValue value )
inlinestatic

La documentación de esta estructura está generada del siguiente archivo: