Example #1
0
int TextLabel::lua_Clear(lua_State *L) {
	Ref w = GetRef<TextLabel>(L, "TextLabel", 1, true);
	w->Clear();
	return 0;
}