____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include "tolua++.h"#include "lauxlib.h"#include <stdlib.h>Go to the source code of this file.
Functions | |
| TOLUA_API void | tolua_pushvalue (lua_State *L, int lo) |
| TOLUA_API void | tolua_pushboolean (lua_State *L, int value) |
| TOLUA_API void | tolua_pushnumber (lua_State *L, double value) |
| TOLUA_API void | tolua_pushstring (lua_State *L, const char *value) |
| TOLUA_API void | tolua_pushuserdata (lua_State *L, void *value) |
| TOLUA_API void | tolua_pushusertype (lua_State *L, void *value, const char *type) |
| TOLUA_API void | tolua_pushusertype_and_takeownership (lua_State *L, void *value, const char *type) |
| TOLUA_API void | tolua_pushfieldvalue (lua_State *L, int lo, int index, int v) |
| TOLUA_API void | tolua_pushfieldboolean (lua_State *L, int lo, int index, int v) |
| TOLUA_API void | tolua_pushfieldnumber (lua_State *L, int lo, int index, double v) |
| TOLUA_API void | tolua_pushfieldstring (lua_State *L, int lo, int index, const char *v) |
| TOLUA_API void | tolua_pushfielduserdata (lua_State *L, int lo, int index, void *v) |
| TOLUA_API void | tolua_pushfieldusertype (lua_State *L, int lo, int index, void *v, const char *type) |
| TOLUA_API void | tolua_pushfieldusertype_and_takeownership (lua_State *L, int lo, int index, void *v, const char *type) |
| TOLUA_API void tolua_pushboolean | ( | lua_State * | L, | |
| int | value | |||
| ) |
Definition at line 24 of file tolua_push.cpp.
Referenced by tolua_get_AStarKnowUnseenTerrain(), tolua_get_CButtonPanel_ShowCommandKey(), tolua_get_CMinimap_ShowSelected(), tolua_get_CMinimap_Transparent(), tolua_get_CMinimap_WithTerrain(), tolua_get_CPreference_ShowAttackRange(), tolua_get_CPreference_ShowReactionRange(), tolua_get_CPreference_ShowSightRange(), tolua_get_CUserInterface_CompletedBarShadow(), tolua_get_CVideo_FullScreen(), tolua_get_GameObserve(), tolua_get_GamePaused(), tolua_get_GameRunning(), tolua_get_Settings_NoFogOfWar(), tolua_get_UseGLTextureCompression(), tolua_get_UseOpenGL(), tolua_stratagus_CheckBox_isMarked00(), tolua_stratagus_CMenuScreen_getDrawMenusUnder00(), tolua_stratagus_Container_isOpaque00(), tolua_stratagus_CPlayer_IsAllied00(), tolua_stratagus_CPlayer_IsAllied01(), tolua_stratagus_CPlayer_IsBothSharedVision00(), tolua_stratagus_CPlayer_IsBothSharedVision01(), tolua_stratagus_CPlayer_IsEnemy00(), tolua_stratagus_CPlayer_IsEnemy01(), tolua_stratagus_CPlayer_IsSharedVision00(), tolua_stratagus_CPlayer_IsSharedVision01(), tolua_stratagus_CPlayer_IsTeamed00(), tolua_stratagus_CPlayer_IsTeamed01(), tolua_stratagus_CVideo_ResizeScreen00(), tolua_stratagus_GetGamePaused00(), tolua_stratagus_GetGrabMouse00(), tolua_stratagus_GetKeyScroll00(), tolua_stratagus_GetLeaveStops00(), tolua_stratagus_GetMouseScroll00(), tolua_stratagus_IsEffectsEnabled00(), tolua_stratagus_IsMusicEnabled00(), tolua_stratagus_IsNetworkGame00(), tolua_stratagus_IsReplayGame00(), tolua_stratagus_RadioButton_isMarked00(), tolua_stratagus_vector_CFiller__empty00(), tolua_stratagus_vector_CUIButton__empty00(), tolua_stratagus_vector_string__empty00(), tolua_stratagus_Widget_isEnabled00(), tolua_stratagus_Widget_isVisible00(), tolua_stratagus_Window_isMovable00(), and tolua_stratagus_Window_isOpaque00().
| TOLUA_API void tolua_pushfieldboolean | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| int | v | |||
| ) |
Definition at line 127 of file tolua_push.cpp.
| TOLUA_API void tolua_pushfieldnumber | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| double | v | |||
| ) |
Definition at line 135 of file tolua_push.cpp.
References tolua_pushnumber().
Referenced by tolua_stratagus_CPatchManager_newPatchType00().
| TOLUA_API void tolua_pushfieldstring | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| const char * | v | |||
| ) |
| TOLUA_API void tolua_pushfielduserdata | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| void * | v | |||
| ) |
| TOLUA_API void tolua_pushfieldusertype | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| void * | v, | |||
| const char * | type | |||
| ) |
| TOLUA_API void tolua_pushfieldusertype_and_takeownership | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| void * | v, | |||
| const char * | type | |||
| ) |
Definition at line 163 of file tolua_push.cpp.
References tolua_pushusertype(), and tolua_register_gc().
| TOLUA_API void tolua_pushfieldvalue | ( | lua_State * | L, | |
| int | lo, | |||
| int | index, | |||
| int | v | |||
| ) |
Definition at line 120 of file tolua_push.cpp.
| TOLUA_API void tolua_pushnumber | ( | lua_State * | L, | |
| double | value | |||
| ) |
Definition at line 29 of file tolua_push.cpp.
Referenced by tolua_constant(), tolua_get_AStarFixedUnitCrossingCost(), tolua_get_AStarMovingUnitCrossingCost(), tolua_get_AStarUnknownTerrainCost(), tolua_get_CButtonPanel_X(), tolua_get_CButtonPanel_Y(), tolua_get_CColor_unsigned_A(), tolua_get_CColor_unsigned_B(), tolua_get_CColor_unsigned_G(), tolua_get_CColor_unsigned_R(), tolua_get_CEditor_Running(), tolua_get_CFiller_X(), tolua_get_CFiller_Y(), tolua_get_CIcon_Frame(), tolua_get_CInfoPanel_X(), tolua_get_CInfoPanel_Y(), tolua_get_CMapArea_EndX(), tolua_get_CMapArea_EndY(), tolua_get_CMapArea_ScrollPaddingBottom(), tolua_get_CMapArea_ScrollPaddingLeft(), tolua_get_CMapArea_ScrollPaddingRight(), tolua_get_CMapArea_ScrollPaddingTop(), tolua_get_CMapArea_X(), tolua_get_CMapArea_Y(), tolua_get_CMapInfo_MapHeight(), tolua_get_CMapInfo_MapWidth(), tolua_get_CMinimap_H(), tolua_get_CMinimap_W(), tolua_get_CMinimap_X(), tolua_get_CMinimap_Y(), tolua_get_CNetworkHost_unsigned_Host(), tolua_get_CNetworkHost_unsigned_PlyNr(), tolua_get_CNetworkHost_unsigned_Port(), tolua_get_Color_a(), tolua_get_Color_b(), tolua_get_Color_g(), tolua_get_Color_r(), tolua_get_CPieMenu_MouseButton(), tolua_get_CPlayer_AiEnabled(), tolua_get_CPlayer_BuildingLimit(), tolua_get_CPlayer_EnergyProductionRate(), tolua_get_CPlayer_EnergyStorageCapacity(), tolua_get_CPlayer_EnergyStored(), tolua_get_CPlayer_Index(), tolua_get_CPlayer_MagmaProductionRate(), tolua_get_CPlayer_MagmaStorageCapacity(), tolua_get_CPlayer_MagmaStored(), tolua_get_CPlayer_NumBuildings(), tolua_get_CPlayer_Score(), tolua_get_CPlayer_StartX(), tolua_get_CPlayer_StartY(), tolua_get_CPlayer_TotalBuildings(), tolua_get_CPlayer_TotalEnergy(), tolua_get_CPlayer_TotalKills(), tolua_get_CPlayer_TotalMagma(), tolua_get_CPlayer_TotalNumUnits(), tolua_get_CPlayer_TotalRazings(), tolua_get_CPlayer_TotalUnitLimit(), tolua_get_CPlayer_TotalUnits(), tolua_get_CPlayer_Type(), tolua_get_CPlayer_UnitLimit(), tolua_get_CPosition_x(), tolua_get_CPosition_y(), tolua_get_CPreference_unsigned_ShowOrders(), tolua_get_CResourceInfo_IconFrame(), tolua_get_CResourceInfo_IconX(), tolua_get_CResourceInfo_IconY(), tolua_get_CResourceInfo_TextX(), tolua_get_CResourceInfo_TextY(), tolua_get_CServerSetup_unsigned_Difficulty(), tolua_get_CServerSetup_unsigned_FogOfWar(), tolua_get_CServerSetup_unsigned_GameTypeOption(), tolua_get_CServerSetup_unsigned_MapRichness(), tolua_get_CServerSetup_unsigned_ResourcesOption(), tolua_get_CServerSetup_unsigned_RevealMap(), tolua_get_CServerSetup_unsigned_UnitsOption(), tolua_get_CStatusLine_TextX(), tolua_get_CStatusLine_TextY(), tolua_get_CStatusLine_Width(), tolua_get_CUIButton_X(), tolua_get_CUIButton_Y(), tolua_get_CUITimer_X(), tolua_get_CUITimer_Y(), tolua_get_CUnit_Slot(), tolua_get_CUnit_X(), tolua_get_CUnit_Y(), tolua_get_CUnitType_EnergyProductionRate(), tolua_get_CUnitType_EnergyStorageCapacity(), tolua_get_CUnitType_EnergyValue(), tolua_get_CUnitType_MagmaProductionRate(), tolua_get_CUnitType_MagmaStorageCapacity(), tolua_get_CUnitType_MagmaValue(), tolua_get_CUnitType_MaxEnergyUtilizationRate(), tolua_get_CUnitType_MaxMagmaUtilizationRate(), tolua_get_CUnitType_MinAttackRange(), tolua_get_CUnitType_Slot(), tolua_get_CursorX(), tolua_get_CursorY(), tolua_get_CUserInterface_MaxSelectedTextX(), tolua_get_CUserInterface_MaxSelectedTextY(), tolua_get_CUserInterface_MessageScrollSpeed(), tolua_get_CVideo_Depth(), tolua_get_CVideo_Height(), tolua_get_CVideo_Width(), tolua_get_GameResult(), tolua_get_GameSpeed(), tolua_get_NetLocalHostsSlot(), tolua_get_Settings_Difficulty(), tolua_get_Settings_GameType(), tolua_get_Settings_MapRichness(), tolua_get_Settings_NetGameType(), tolua_get_Settings_NumUnits(), tolua_get_Settings_Opponents(), tolua_get_Settings_Resources(), tolua_get_Settings_RevealMap(), tolua_get_SettingsPresets_Team(), tolua_get_SettingsPresets_Type(), tolua_get_stratagus_AlliedUnitRecyclingEfficiency(), tolua_get_stratagus_CMapInfo_PlayerType(), tolua_get_stratagus_CPieMenu_X(), tolua_get_stratagus_CPieMenu_Y(), tolua_get_stratagus_CPlayer_UnitTypesCount(), tolua_get_stratagus_CServerSetup_CompOpt(), tolua_get_stratagus_CServerSetup_LastFrame(), tolua_get_stratagus_CServerSetup_Ready(), tolua_get_stratagus_EnemyUnitRecyclingEfficiency(), tolua_get_unsigned_GameCycle(), tolua_pushfieldnumber(), tolua_stratagus_CFont_Height00(), tolua_stratagus_CFont_Width00(), tolua_stratagus_CMenuScreen_run00(), tolua_stratagus_CPatch_getX00(), tolua_stratagus_CPatch_getY00(), tolua_stratagus_CPatchType_getFlag00(), tolua_stratagus_CPatchType_getTileHeight00(), tolua_stratagus_CPatchType_getTileWidth00(), tolua_stratagus_CViewport_Viewport2MapX00(), tolua_stratagus_CViewport_Viewport2MapY00(), tolua_stratagus_DropDown_getSelected00(), tolua_stratagus_EditorSaveMap00(), tolua_stratagus_GetDoubleClickDelay00(), tolua_stratagus_GetEffectsVolume00(), tolua_stratagus_GetGameSpeed00(), tolua_stratagus_GetHoldClickDelay00(), tolua_stratagus_GetMusicVolume00(), tolua_stratagus_GetNetworkState00(), tolua_stratagus_GetNumOpponents00(), tolua_stratagus_GetTimer00(), tolua_stratagus_Label_getAlignment00(), tolua_stratagus_ListBoxWidget_getSelected00(), tolua_stratagus_MultiLineLabel_getAlignment00(), tolua_stratagus_MultiLineLabel_getLineWidth00(), tolua_stratagus_MultiLineLabel_getVerticalAlignment00(), tolua_stratagus_NetworkSetupServerAddress00(), tolua_stratagus_PlayFile00(), tolua_stratagus_PlayMusic00(), tolua_stratagus_SaveReplay00(), tolua_stratagus_ScrollArea_getScrollbarWidth00(), tolua_stratagus_ScrollingWidget_getSpeed00(), tolua_stratagus_SetChannelStereo00(), tolua_stratagus_SetChannelVolume00(), tolua_stratagus_Slider_getMarkerLength00(), tolua_stratagus_Slider_getOrientation00(), tolua_stratagus_Slider_getScaleEnd00(), tolua_stratagus_Slider_getScaleStart00(), tolua_stratagus_Slider_getStepLength00(), tolua_stratagus_Slider_getValue00(), tolua_stratagus_StatBoxWidget_getPercent00(), tolua_stratagus_SyncRand00(), tolua_stratagus_SyncRand01(), tolua_stratagus_vector_CFiller__size00(), tolua_stratagus_vector_CUIButton__size00(), tolua_stratagus_vector_string__size00(), tolua_stratagus_Widget_getBorderSize00(), tolua_stratagus_Widget_getHeight00(), tolua_stratagus_Widget_getHotKey00(), tolua_stratagus_Widget_getWidth00(), tolua_stratagus_Widget_getX00(), tolua_stratagus_Widget_getY00(), tolua_stratagus_Window_getAlignment00(), tolua_stratagus_Window_getPadding00(), and tolua_stratagus_Window_getTitleBarHeight00().
| TOLUA_API void tolua_pushstring | ( | lua_State * | L, | |
| const char * | value | |||
| ) |
Definition at line 34 of file tolua_push.cpp.
Referenced by tolua_get_CNetworkHost_PlyName(), tolua_pushfieldstring(), tolua_stratagus__00(), and tolua_stratagus_Translate00().
| TOLUA_API void tolua_pushuserdata | ( | lua_State * | L, | |
| void * | value | |||
| ) |
| TOLUA_API void tolua_pushusertype | ( | lua_State * | L, | |
| void * | value, | |||
| const char * | type | |||
| ) |
Definition at line 50 of file tolua_push.cpp.
References TOLUA_NOPEER.
Referenced by tolua_bnd_cast(), tolua_get_CButtonPanel_AutoCastBorderColorRGB(), tolua_get_CButtonPanel_Buttons(), tolua_get_CEditor_StartUnit_ptr(), tolua_get_CEditor_UnitTypes(), tolua_get_CFiller_G_ptr(), tolua_get_CIcon_G_ptr(), tolua_get_CMap_Info(), tolua_get_CMap_PatchManager(), tolua_get_CPieMenu_G_ptr(), tolua_get_CResourceInfo_G_ptr(), tolua_get_CStatusLine_Font_ptr(), tolua_get_CUIButton_Callback_ptr(), tolua_get_CUIButton_Style_ptr(), tolua_get_CUITimer_Font_ptr(), tolua_get_CUnit_Player_ptr(), tolua_get_CUnit_Type_ptr(), tolua_get_CUserInterface_ButtonPanel(), tolua_get_CUserInterface_CompletedBarColorRGB(), tolua_get_CUserInterface_Fillers(), tolua_get_CUserInterface_InfoPanel(), tolua_get_CUserInterface_MapArea(), tolua_get_CUserInterface_MaxSelectedFont_ptr(), tolua_get_CUserInterface_MenuButton(), tolua_get_CUserInterface_MessageFont_ptr(), tolua_get_CUserInterface_Minimap(), tolua_get_CUserInterface_MouseViewport_ptr(), tolua_get_CUserInterface_NetworkDiplomacyButton(), tolua_get_CUserInterface_NetworkMenuButton(), tolua_get_CUserInterface_PieMenu(), tolua_get_CUserInterface_SelectedButtons(), tolua_get_CUserInterface_SingleSelectedButton_ptr(), tolua_get_CUserInterface_SingleTrainingButton_ptr(), tolua_get_CUserInterface_StatusLine(), tolua_get_CUserInterface_Timer(), tolua_get_CUserInterface_TrainingButtons(), tolua_get_CUserInterface_TransportingButtons(), tolua_get_Editor(), tolua_get_GameSettings(), tolua_get_LocalSetupState(), tolua_get_Map(), tolua_get_ParticleManager(), tolua_get_Preference(), tolua_get_ServerSetupState(), tolua_get_stratagus_CFontColor_Colors(), tolua_get_stratagus_CPlayer_Units(), tolua_get_stratagus_CUserInterface_Resources(), tolua_get_stratagus_Hosts(), tolua_get_stratagus_Players(), tolua_get_stratagus_Settings_Presets(), tolua_get_ThisPlayer_ptr(), tolua_get_UI(), tolua_get_Video(), tolua_pushfieldusertype(), tolua_pushfieldusertype_and_takeownership(), tolua_pushusertype_and_takeownership(), tolua_stratagus_ButtonWidget_new00(), tolua_stratagus_CChunkParticle_new00(), tolua_stratagus_CColor_new00(), tolua_stratagus_CFiller_new00(), tolua_stratagus_CFont_Get00(), tolua_stratagus_CFont_New00(), tolua_stratagus_CFontColor_Get00(), tolua_stratagus_CFontColor_New00(), tolua_stratagus_CGraphic_New00(), tolua_stratagus_CheckBox_new00(), tolua_stratagus_CheckBox_new01(), tolua_stratagus_CIcon_Get00(), tolua_stratagus_CIcon_New00(), tolua_stratagus_CMenuScreen_new00(), tolua_stratagus_Color_new00(), tolua_stratagus_Container_new00(), tolua_stratagus_CParticle_clone00(), tolua_stratagus_CParticleManager_new00(), tolua_stratagus_CPatch_getType00(), tolua_stratagus_CPatchManager_add00(), tolua_stratagus_CPatchManager_getPatch00(), tolua_stratagus_CPatchManager_newPatchType00(), tolua_stratagus_CPatchType_getGraphic00(), tolua_stratagus_CPlayerColorGraphic_New00(), tolua_stratagus_CPosition_new00(), tolua_stratagus_CUIButton_new00(), tolua_stratagus_DropDown_getListBox00(), tolua_stratagus_DropDown_getScrollArea00(), tolua_stratagus_DropDownWidget_getListBox00(), tolua_stratagus_DropDownWidget_new00(), tolua_stratagus_FindButtonStyle00(), tolua_stratagus_GraphicAnimation_clone00(), tolua_stratagus_GraphicAnimation_new00(), tolua_stratagus_ImageButton_new00(), tolua_stratagus_ImageButton_new01(), tolua_stratagus_ImageCheckBox_new00(), tolua_stratagus_ImageCheckBox_new01(), tolua_stratagus_ImageRadioButton_new00(), tolua_stratagus_ImageRadioButton_new01(), tolua_stratagus_ImageSlider_new00(), tolua_stratagus_ImageSlider_new01(), tolua_stratagus_ImageWidget_new00(), tolua_stratagus_Label_new00(), tolua_stratagus_ListBoxWidget_new00(), tolua_stratagus_LuaActionListener_new00(), tolua_stratagus_MultiLineLabel_new00(), tolua_stratagus_MultiLineLabel_new01(), tolua_stratagus_RadioButton_new00(), tolua_stratagus_RadioButton_new01(), tolua_stratagus_ScrollArea_getContent00(), tolua_stratagus_ScrollArea_new00(), tolua_stratagus_ScrollingWidget_new00(), tolua_stratagus_Slider_new00(), tolua_stratagus_Slider_new01(), tolua_stratagus_StatBoxWidget_new00(), tolua_stratagus_StaticParticle_new00(), tolua_stratagus_TextField_new00(), tolua_stratagus_UnitTypeByIdent00(), tolua_stratagus_vector_CFiller__at00(), tolua_stratagus_vector_CFiller__at01(), tolua_stratagus_vector_CFiller__back00(), tolua_stratagus_vector_CFiller__back01(), tolua_stratagus_vector_CFiller__front00(), tolua_stratagus_vector_CFiller__front01(), tolua_stratagus_vector_CFiller__new00(), tolua_stratagus_vector_CUIButton__at00(), tolua_stratagus_vector_CUIButton__at01(), tolua_stratagus_vector_CUIButton__back00(), tolua_stratagus_vector_CUIButton__back01(), tolua_stratagus_vector_CUIButton__front00(), tolua_stratagus_vector_CUIButton__front01(), tolua_stratagus_vector_CUIButton__new00(), tolua_stratagus_vector_string__new00(), tolua_stratagus_Widget_getBackgroundColor00(), tolua_stratagus_Widget_getBaseColor00(), tolua_stratagus_Widget_getDisabledColor00(), tolua_stratagus_Widget_getForegroundColor00(), tolua_stratagus_Window_getContent00(), tolua_stratagus_Window_new00(), tolua_stratagus_Window_new01(), tolua_stratagus_Window_new02(), and tolua_stratagus_Windows_new00().
| TOLUA_API void tolua_pushusertype_and_takeownership | ( | lua_State * | L, | |
| void * | value, | |||
| const char * | type | |||
| ) |
Definition at line 114 of file tolua_push.cpp.
References tolua_pushusertype(), and tolua_register_gc().
Referenced by tolua_stratagus_ButtonWidget_new00_local(), tolua_stratagus_CChunkParticle_new00_local(), tolua_stratagus_CColor_new00_local(), tolua_stratagus_CFiller_new00_local(), tolua_stratagus_CheckBox_new00_local(), tolua_stratagus_CheckBox_new01_local(), tolua_stratagus_CMenuScreen_new00_local(), tolua_stratagus_Color_new00_local(), tolua_stratagus_Container_new00_local(), tolua_stratagus_CParticleManager_new00_local(), tolua_stratagus_CPatchManager_getPatchTypeNames00(), tolua_stratagus_CPosition_new00_local(), tolua_stratagus_CUIButton_new00_local(), tolua_stratagus_DropDownWidget_new00_local(), tolua_stratagus_GraphicAnimation_new00_local(), tolua_stratagus_ImageButton_new00_local(), tolua_stratagus_ImageButton_new01_local(), tolua_stratagus_ImageCheckBox_new00_local(), tolua_stratagus_ImageCheckBox_new01_local(), tolua_stratagus_ImageRadioButton_new00_local(), tolua_stratagus_ImageRadioButton_new01_local(), tolua_stratagus_ImageSlider_new00_local(), tolua_stratagus_ImageSlider_new01_local(), tolua_stratagus_ImageWidget_new00_local(), tolua_stratagus_Label_new00_local(), tolua_stratagus_ListBoxWidget_new00_local(), tolua_stratagus_LuaActionListener_new00_local(), tolua_stratagus_MultiLineLabel_new00_local(), tolua_stratagus_MultiLineLabel_new01_local(), tolua_stratagus_RadioButton_new00_local(), tolua_stratagus_RadioButton_new01_local(), tolua_stratagus_ScrollArea_new00_local(), tolua_stratagus_ScrollingWidget_new00_local(), tolua_stratagus_Slider_new00_local(), tolua_stratagus_Slider_new01_local(), tolua_stratagus_StatBoxWidget_new00_local(), tolua_stratagus_StaticParticle_new00_local(), tolua_stratagus_TextField_new00_local(), tolua_stratagus_vector_CFiller___geti00(), tolua_stratagus_vector_CFiller___geti01(), tolua_stratagus_vector_CFiller__new00_local(), tolua_stratagus_vector_CUIButton___geti00(), tolua_stratagus_vector_CUIButton___geti01(), tolua_stratagus_vector_CUIButton__new00_local(), tolua_stratagus_vector_string__new00_local(), tolua_stratagus_Window_new00_local(), tolua_stratagus_Window_new01_local(), tolua_stratagus_Window_new02_local(), and tolua_stratagus_Windows_new00_local().
| TOLUA_API void tolua_pushvalue | ( | lua_State * | L, | |
| int | lo | |||
| ) |
Definition at line 19 of file tolua_push.cpp.
Referenced by tolua_stratagus_DropDownWidget_setList00(), and tolua_stratagus_ListBoxWidget_setList00().
1.5.6