static SamsungIAP *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "SamsungIAP", index));
	SamsungIAP *samsungiap = static_cast<SamsungIAP*>(object->proxy());

	return samsungiap;
}
示例#2
0
static MoPub *getInstance(lua_State *L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "MoPub", index));
	MoPub *mopub = static_cast<MoPub*>(object->proxy());

	return mopub;
}
static Greystripe *getInstance(lua_State *L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Greystripe", index));
	Greystripe *greystripe = static_cast<Greystripe*>(object->proxy());

	return greystripe;
}
示例#4
0
static GooglePlay *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "GooglePlay", index));
	GooglePlay *gms = static_cast<GooglePlay*>(object->proxy());
    
	return gms;
}
示例#5
0
static Controller *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Controller", index));
	Controller *c = static_cast<Controller*>(object->proxy());
    
	return c;
}
示例#6
0
static GFacebook *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Facebook", index));
	GFacebook *facebook = static_cast<GFacebook*>(object->proxy());
    
	return facebook;
}
示例#7
0
static StoreDetector *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "StoreDetector", index));
	StoreDetector *sd = static_cast<StoreDetector*>(object->proxy());
    
	return sd;
}
示例#8
0
static IAB *getInstance(lua_State* L, int index)
{
	GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "IAB", index));
	IAB *iab = static_cast<IAB*>(object->proxy());
	return iab;
}