____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
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 "stdlib.h"#include "string.h"#include "tolua++.h"#include "stratagus.h"#include "ui.h"#include "minimap.h"#include "player.h"#include "unittype.h"#include "unit.h"#include "video.h"#include "font.h"#include "widgets.h"#include "sound.h"#include "sound_server.h"#include "netconnect.h"#include "map.h"#include "network.h"#include "editor.h"#include "results.h"#include "settings.h"#include "patch_type.h"#include "patch.h"#include "patch_manager.h"#include "pathfinder.h"#include "particle.h"Go to the source code of this file.
| void ActionDefeat | ( | ) |
Action condition player lose.
Definition at line 495 of file trigger.cpp.
References GameDefeat, and StopGame().
Referenced by tolua_stratagus_ActionDefeat00().
| void ActionDraw | ( | ) |
Action condition player draw.
Definition at line 503 of file trigger.cpp.
References GameDraw, and StopGame().
Referenced by tolua_stratagus_ActionDraw00().
| void ActionSetTimer | ( | int | cycles, | |
| bool | increasing | |||
| ) |
Action set timer
Definition at line 511 of file trigger.cpp.
References CTimer::Cycles, GameCycle, CTimer::Increasing, CTimer::Init, and CTimer::LastUpdate.
Referenced by tolua_stratagus_ActionSetTimer00().
| void ActionStartTimer | ( | ) |
Action start timer
Definition at line 522 of file trigger.cpp.
References CTimer::Init, and CTimer::Running.
Referenced by tolua_stratagus_ActionStartTimer00().
| void ActionStopTimer | ( | ) |
Action stop timer
Definition at line 531 of file trigger.cpp.
References CTimer::Running.
Referenced by tolua_stratagus_ActionStopTimer00().
| void ActionVictory | ( | ) |
Action condition player wins.
Definition at line 487 of file trigger.cpp.
References GameVictory, and StopGame().
Referenced by tolua_stratagus_ActionVictory00().
| int GetNetworkState | ( | ) |
Definition at line 36 of file tolua.cpp.
References NetLocalState.
Referenced by tolua_stratagus_GetNetworkState00().
| int GetNumOpponents | ( | int | player | ) |
Returns the number of opponents of a given player.
Definition at line 443 of file trigger.cpp.
References PlayerMax, and Players.
Referenced by tolua_stratagus_GetNumOpponents00().
| int GetTimer | ( | ) |
Check the timer value
Definition at line 462 of file trigger.cpp.
References CTimer::Cycles, and CTimer::Init.
Referenced by tolua_stratagus_GetTimer00().
| void InitVideo | ( | void | ) |
Check if a resolution is valid.
Video initialize.
Definition at line 269 of file video.cpp.
References InitLineDraw(), and InitVideoSdl().
| bool IsReplayGame | ( | ) |
Check if we're replaying a game
Definition at line 676 of file replay.cpp.
References ReplayGameType, and ReplayNone.
Referenced by tolua_stratagus_IsReplayGame00().
| void NetworkGamePrepareGameSettings | ( | void | ) |
Multiplayer network game final player type setup.
Definition at line 821 of file netconnect.cpp.
References _C_, Assert, CServerSetup::CompOpt, DebugPrint, GameSettings, CMap::Info, Map, Settings::NetGameType, NetPlayers, PlayerComputer, PlayerMax, PlayerNobody, PlayerPerson, CMapInfo::PlayerType, CNetworkHost::PlyNr, Settings::Presets, SettingsMultiPlayerGame, and SettingsPresets::Type.
| int SaveReplay | ( | const std::string & | filename | ) |
Save the replay
| filename | Name of the file to save to |
Definition at line 444 of file stratagus.cpp.
References CPlayer::Index, ThisPlayer, and UserDirectory.
Referenced by tolua_stratagus_SaveReplay00().
| void SetTrigger | ( | int | trigger | ) |
Set the trigger values
Definition at line 588 of file trigger.cpp.
References Trigger.
Referenced by tolua_stratagus_SetTrigger00().
| void StartMap | ( | const string & | str, | |
| bool | clean = true | |||
| ) |
| void StartReplay | ( | const string & | str, | |
| bool | reveal = false | |||
| ) |
| void StartSavedGame | ( | const string & | str | ) |
| void StopGame | ( | GameResults | result | ) |
Stop the running game with a given result
Definition at line 477 of file trigger.cpp.
References GamePaused, GameResult, and GameRunning.
Referenced by ActionDefeat(), ActionDraw(), ActionVictory(), and tolua_stratagus_StopGame00().
| static int tolua_get_AStarFixedUnitCrossingCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18049 of file tolua.cpp.
References GetAStarFixedUnitCrossingCost(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_AStarKnowUnseenTerrain | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18099 of file tolua.cpp.
References AStarKnowUnseenTerrain, and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_get_AStarMovingUnitCrossingCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18074 of file tolua.cpp.
References GetAStarMovingUnitCrossingCost(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_AStarUnknownTerrainCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18123 of file tolua.cpp.
References GetAStarUnknownTerrainCost(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_CButtonPanel_AutoCastBorderColorRGB | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3170 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CButtonPanel_Buttons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3140 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CButtonPanel_ShowCommandKey | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3200 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CButtonPanel_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3080 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CButtonPanel_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3110 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CColor_unsigned_A | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13393 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CColor_unsigned_B | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13363 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CColor_unsigned_G | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13333 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CColor_unsigned_R | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13303 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CEditor_Running | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16063 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CEditor_StartUnit_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16050 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CEditor_UnitTypes | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16020 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CFiller_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1289 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CFiller_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1319 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CFiller_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1349 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CIcon_Frame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4932 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CIcon_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4902 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CIcon_Ident | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4889 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CInfoPanel_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3607 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CInfoPanel_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3637 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CliMapName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19215 of file tolua.cpp.
References CliMapName, and tolua_pushcppstring.
Referenced by tolua_stratagus_open().
| static int tolua_get_CMap_Info | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17385 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMap_PatchManager | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17415 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_EndX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 985 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_EndY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1015 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_ScrollPaddingBottom | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1135 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_ScrollPaddingLeft | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1045 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_ScrollPaddingRight | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1075 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_ScrollPaddingTop | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1105 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 925 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapArea_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 955 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapInfo_Description | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17243 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapInfo_MapHeight | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17303 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMapInfo_MapWidth | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17273 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_H | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 510 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_ShowSelected | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 570 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_Transparent | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 600 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_W | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 480 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_WithTerrain | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 540 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 420 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CMinimap_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 450 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CNetworkHost_PlyName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12689 of file tolua.cpp.
References tolua_error(), tolua_pushstring(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CNetworkHost_unsigned_Host | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12599 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CNetworkHost_unsigned_PlyNr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12659 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CNetworkHost_unsigned_Port | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12629 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Color_a | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5531 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Color_b | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5501 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Color_g | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5471 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Color_r | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5441 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPieMenu_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3230 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPieMenu_MouseButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3260 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_AiEnabled | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14114 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_AiName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13777 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_BuildingLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14286 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_EnergyProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13902 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_EnergyStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14026 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_EnergyStored | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13964 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_Index | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13687 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_MagmaProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13933 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_MagmaStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14057 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_MagmaStored | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13995 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_Name | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13717 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_NumBuildings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14226 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_Score | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14346 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_StartX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13807 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_StartY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13837 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalBuildings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14406 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalEnergy | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14436 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalKills | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14528 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalMagma | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14467 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalNumUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14196 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalRazings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14498 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalUnitLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14316 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_TotalUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14376 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_Type | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13747 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPlayer_UnitLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14256 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPosition_x | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18456 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPosition_y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18486 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPreference_ShowAttackRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15514 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPreference_ShowReactionRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15484 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPreference_ShowSightRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15454 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CPreference_unsigned_ShowOrders | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15544 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3427 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_IconFrame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3457 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_IconX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3487 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_IconY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3517 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_TextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3547 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CResourceInfo_TextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3577 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_Difficulty | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12311 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_FogOfWar | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12221 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_GameTypeOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12281 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_MapRichness | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12341 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_ResourcesOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12161 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_RevealMap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12251 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CServerSetup_unsigned_UnitsOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12191 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CStatusLine_Font_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3853 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CStatusLine_TextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3793 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CStatusLine_TextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3823 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CStatusLine_Width | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3763 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUIButton_Callback_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 895 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUIButton_Style_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 865 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUIButton_Text | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 835 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUIButton_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 775 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUIButton_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 805 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUITimer_Font_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3943 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUITimer_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3883 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUITimer_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3913 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnit_Player_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15424 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnit_Slot | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15321 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnit_Type_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15394 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnit_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15334 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnit_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15364 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_EnergyProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15106 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_EnergyStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15230 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_EnergyValue | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15168 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_Ident | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14941 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MagmaProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15137 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MagmaStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15261 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MagmaValue | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15199 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MaxEnergyUtilizationRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15044 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MaxMagmaUtilizationRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15075 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_MinAttackRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15014 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_Name | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14971 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUnitType_Slot | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15001 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CursorX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5321 of file tolua.cpp.
References CursorX, and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_CursorY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5345 of file tolua.cpp.
References CursorY, and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_ButtonPanel | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4445 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_CompletedBarColorRGB | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4385 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_CompletedBarShadow | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4415 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_Fillers | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4033 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_InfoPanel | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4115 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MapArea | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4535 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MaxSelectedFont_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4205 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MaxSelectedTextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4235 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MaxSelectedTextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4265 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MenuButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4625 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MessageFont_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4565 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MessageScrollSpeed | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4595 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_Minimap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4715 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_MouseViewport_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4505 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_NetworkDiplomacyButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4685 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_NetworkMenuButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4655 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_NormalFontColor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3973 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_PieMenu | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4475 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_ReverseFontColor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4003 of file tolua.cpp.
References tolua_error(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_SelectedButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4175 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_SingleSelectedButton_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4145 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_SingleTrainingButton_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4295 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_StatusLine | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4745 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_Timer | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4775 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_TrainingButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4325 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CUserInterface_TransportingButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4355 of file tolua.cpp.
References tolua_error(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CVideo_Depth | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12922 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CVideo_FullScreen | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12952 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CVideo_Height | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12892 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_CVideo_Width | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12862 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Editor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16209 of file tolua.cpp.
References Editor, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameObserve | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16701 of file tolua.cpp.
References GameObserve, and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_get_GamePaused | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16596 of file tolua.cpp.
References GetGamePaused(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameResult | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16465 of file tolua.cpp.
References GameResult, and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameRunning | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16517 of file tolua.cpp.
References GameRunning, and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameSettings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17131 of file tolua.cpp.
References GameSettings, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameSpeed | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16676 of file tolua.cpp.
References GetGameSpeed(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_GameTranslation | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19055 of file tolua.cpp.
References GameTranslation, and tolua_pushcppstring.
Referenced by tolua_stratagus_open().
| static int tolua_get_LocalSetupState | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12527 of file tolua.cpp.
References LocalSetupState, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Map | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17445 of file tolua.cpp.
References Map, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_NetLocalHostsSlot | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12575 of file tolua.cpp.
References NetLocalHostsSlot, and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_NetworkMapName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12762 of file tolua.cpp.
References NetworkMapName, and tolua_pushcppstring.
Referenced by tolua_stratagus_open().
| static int tolua_get_ParticleManager | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18890 of file tolua.cpp.
References ParticleManager, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Preference | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15574 of file tolua.cpp.
References Preference, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_ServerSetupState | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12551 of file tolua.cpp.
References ServerSetupState, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_Difficulty | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16981 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_GameType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17011 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_MapRichness | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17101 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_NetGameType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16809 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_NoFogOfWar | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17041 of file tolua.cpp.
References tolua_error(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_NumUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16921 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_Opponents | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16951 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_Resources | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16891 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_Settings_RevealMap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17071 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_SettingsPresets_Team | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16749 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_SettingsPresets_Type | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16779 of file tolua.cpp.
References tolua_error(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_AlliedUnitRecyclingEfficiency | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17155 of file tolua.cpp.
References AlliedUnitRecyclingEfficiency, int(), MaxCosts, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CFontColor_Colors | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13635 of file tolua.cpp.
References int(), MaxFontColors, tolua_error(), tolua_isnumber(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CMapInfo_PlayerType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17333 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CPieMenu_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3290 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CPieMenu_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3342 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CPlayer_Units | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14144 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_pushusertype(), tolua_tonumber(), and UnitMax.
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CPlayer_UnitTypesCount | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14088 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_pushnumber(), tolua_tonumber(), and UnitTypeMax.
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CServerSetup_CompOpt | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12371 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CServerSetup_LastFrame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12475 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CServerSetup_Ready | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12423 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_CUserInterface_Resources | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4063 of file tolua.cpp.
References int(), MaxCosts, tolua_error(), tolua_isnumber(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_EnemyUnitRecyclingEfficiency | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17199 of file tolua.cpp.
References EnemyUnitRecyclingEfficiency, int(), MaxCosts, tolua_error(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_Hosts | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12718 of file tolua.cpp.
References Hosts, int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_Players | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14873 of file tolua.cpp.
References int(), PlayerMax, Players, tolua_error(), tolua_isnumber(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_stratagus_Settings_Presets | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16839 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_StratagusTranslation | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19031 of file tolua.cpp.
References StratagusTranslation, and tolua_pushcppstring.
Referenced by tolua_stratagus_open().
| static int tolua_get_ThisPlayer_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14917 of file tolua.cpp.
References ThisPlayer, and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_get_UI | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4805 of file tolua.cpp.
References tolua_pushusertype(), and UI.
Referenced by tolua_stratagus_open().
| static int tolua_get_unsigned_GameCycle | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16725 of file tolua.cpp.
References GameCycle, and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_get_UseGLTextureCompression | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13423 of file tolua.cpp.
References tolua_pushboolean(), and UseGLTextureCompression.
Referenced by tolua_stratagus_open().
| static int tolua_get_UseOpenGL | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12838 of file tolua.cpp.
References tolua_pushboolean(), and UseOpenGL.
Referenced by tolua_stratagus_open().
| static int tolua_get_Video | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13018 of file tolua.cpp.
References tolua_pushusertype(), and Video.
Referenced by tolua_stratagus_open().
| static void tolua_reg_types | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 339 of file tolua.cpp.
References tolua_usertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_AStarFixedUnitCrossingCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18058 of file tolua.cpp.
References SetAStarFixedUnitCrossingCost(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_AStarKnowUnseenTerrain | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18108 of file tolua.cpp.
References AStarKnowUnseenTerrain, tolua_error(), tolua_isboolean(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_set_AStarMovingUnitCrossingCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18083 of file tolua.cpp.
References SetAStarMovingUnitCrossingCost(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_AStarUnknownTerrainCost | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18132 of file tolua.cpp.
References SetAStarUnknownTerrainCost(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_CButtonPanel_AutoCastBorderColorRGB | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3183 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CButtonPanel_Buttons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3153 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CButtonPanel_ShowCommandKey | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3213 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CButtonPanel_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3093 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CButtonPanel_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3123 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CColor_unsigned_A | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13406 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CColor_unsigned_B | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13376 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CColor_unsigned_G | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13346 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CColor_unsigned_R | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13316 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CEditor_Running | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16076 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CEditor_UnitTypes | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16033 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CFiller_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1302 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CFiller_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1332 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CFiller_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1362 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CIcon_Frame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4945 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CIcon_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4915 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CInfoPanel_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3620 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CInfoPanel_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3650 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CliMapName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19224 of file tolua.cpp.
References CliMapName, tolua_error(), tolua_iscppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_set_CMap_Info | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17398 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMap_PatchManager | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17428 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_EndX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 998 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_EndY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1028 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_ScrollPaddingBottom | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1148 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_ScrollPaddingLeft | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1058 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_ScrollPaddingRight | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1088 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_ScrollPaddingTop | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1118 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 938 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapArea_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 968 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapInfo_Description | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17256 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapInfo_MapHeight | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17316 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMapInfo_MapWidth | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17286 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_H | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 523 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_ShowSelected | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 583 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_Transparent | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 613 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_W | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 493 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_WithTerrain | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 553 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 433 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CMinimap_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 463 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CNetworkHost_PlyName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12702 of file tolua.cpp.
References tolua_error(), tolua_istable(), tolua_tostring(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CNetworkHost_unsigned_Host | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12612 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CNetworkHost_unsigned_PlyNr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12672 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CNetworkHost_unsigned_Port | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12642 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Color_a | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5544 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Color_b | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5514 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Color_g | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5484 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Color_r | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5454 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPieMenu_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3243 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPieMenu_MouseButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3273 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_AiEnabled | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14127 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_AiName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13790 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_BuildingLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14299 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_EnergyProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13915 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_EnergyStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14039 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_EnergyStored | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13977 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_Index | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13700 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_MagmaProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13946 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_MagmaStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14070 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_MagmaStored | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14008 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_Name | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13730 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_NumBuildings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14239 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_Score | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14359 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_StartX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13820 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_StartY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13850 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalBuildings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14419 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalEnergy | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14449 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalKills | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14541 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalMagma | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14480 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalNumUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14209 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalRazings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14511 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalUnitLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14329 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_TotalUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14389 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_Type | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13760 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPlayer_UnitLimit | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14269 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPosition_x | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18469 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPosition_y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18499 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPreference_ShowAttackRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15527 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPreference_ShowReactionRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15497 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPreference_ShowSightRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15467 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CPreference_unsigned_ShowOrders | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15557 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_G_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3440 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_IconFrame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3470 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_IconX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3500 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_IconY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3530 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_TextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3560 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CResourceInfo_TextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3590 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_Difficulty | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12324 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_FogOfWar | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12234 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_GameTypeOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12294 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_MapRichness | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12354 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_ResourcesOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12174 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_RevealMap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12264 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CServerSetup_unsigned_UnitsOption | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12204 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CStatusLine_Font_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3866 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CStatusLine_TextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3806 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CStatusLine_TextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3836 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CStatusLine_Width | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3776 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUIButton_Callback_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 908 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUIButton_Style_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 878 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUIButton_Text | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 848 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUIButton_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 788 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUIButton_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 818 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUITimer_Font_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3956 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUITimer_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3896 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUITimer_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3926 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnit_Player_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15437 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnit_Type_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15407 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnit_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15347 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnit_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15377 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_EnergyProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15119 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_EnergyStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15243 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_EnergyValue | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15181 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_Ident | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14954 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MagmaProductionRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15150 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MagmaStorageCapacity | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15274 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MagmaValue | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15212 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MaxEnergyUtilizationRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15057 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MaxMagmaUtilizationRate | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15088 of file tolua.cpp.
References tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_MinAttackRange | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15027 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUnitType_Name | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14984 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CursorX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5330 of file tolua.cpp.
References CursorX, int(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_CursorY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5354 of file tolua.cpp.
References CursorY, int(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_ButtonPanel | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4458 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_CompletedBarColorRGB | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4398 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_CompletedBarShadow | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4428 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_Fillers | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4046 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_InfoPanel | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4128 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MapArea | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4548 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MaxSelectedFont_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4218 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MaxSelectedTextX | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4248 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MaxSelectedTextY | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4278 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MenuButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4638 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MessageFont_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4578 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MessageScrollSpeed | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4608 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_Minimap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4728 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_MouseViewport_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4518 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_NetworkDiplomacyButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4698 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_NetworkMenuButton | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4668 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_NormalFontColor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3986 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_PieMenu | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4488 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_ReverseFontColor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4016 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_SelectedButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4188 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_SingleSelectedButton_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4158 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_SingleTrainingButton_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4308 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_StatusLine | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4758 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_Timer | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4788 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_TrainingButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4338 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CUserInterface_TransportingButtons | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4368 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CVideo_Depth | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12935 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CVideo_FullScreen | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12965 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CVideo_Height | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12905 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_CVideo_Width | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12875 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Editor | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16218 of file tolua.cpp.
References Editor, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameObserve | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16710 of file tolua.cpp.
References GameObserve, tolua_error(), tolua_isboolean(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_set_GamePaused | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16605 of file tolua.cpp.
References SetGamePaused(), tolua_error(), tolua_isboolean(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameResult | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16474 of file tolua.cpp.
References GameResult, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameRunning | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16526 of file tolua.cpp.
References GameRunning, tolua_error(), tolua_isboolean(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameSettings | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17140 of file tolua.cpp.
References GameSettings, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameSpeed | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16685 of file tolua.cpp.
References SetGameSpeed(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_GameTranslation | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19064 of file tolua.cpp.
References GameTranslation, tolua_error(), tolua_iscppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_set_LocalSetupState | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12536 of file tolua.cpp.
References LocalSetupState, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Map | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17454 of file tolua.cpp.
References Map, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_NetLocalHostsSlot | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12584 of file tolua.cpp.
References int(), NetLocalHostsSlot, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_NetworkMapName | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12771 of file tolua.cpp.
References NetworkMapName, tolua_error(), tolua_iscppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_set_ParticleManager | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18899 of file tolua.cpp.
References ParticleManager, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Preference | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15583 of file tolua.cpp.
References Preference, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_ServerSetupState | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12560 of file tolua.cpp.
References ServerSetupState, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_Difficulty | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16994 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_GameType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17024 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_MapRichness | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17114 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_NetGameType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16822 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_NoFogOfWar | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17054 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_NumUnits | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16934 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_Opponents | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16964 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_Resources | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16904 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_Settings_RevealMap | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17084 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_SettingsPresets_Team | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16762 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_SettingsPresets_Type | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16792 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_AlliedUnitRecyclingEfficiency | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17177 of file tolua.cpp.
References AlliedUnitRecyclingEfficiency, int(), MaxCosts, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CFontColor_Colors | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13661 of file tolua.cpp.
References int(), MaxFontColors, tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CMapInfo_PlayerType | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17359 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CPieMenu_X | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3316 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CPieMenu_Y | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3368 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CPlayer_Units | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14170 of file tolua.cpp.
References int(), tolua_error(), tolua_isnumber(), tolua_tonumber(), tolua_tousertype(), and UnitMax.
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CServerSetup_CompOpt | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12397 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CServerSetup_LastFrame | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12501 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CServerSetup_Ready | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12449 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_CUserInterface_Resources | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4089 of file tolua.cpp.
References int(), MaxCosts, tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_EnemyUnitRecyclingEfficiency | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17221 of file tolua.cpp.
References EnemyUnitRecyclingEfficiency, int(), MaxCosts, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_Hosts | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12740 of file tolua.cpp.
References Hosts, int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_Players | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14895 of file tolua.cpp.
References int(), PlayerMax, Players, tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_stratagus_Settings_Presets | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16865 of file tolua.cpp.
References int(), PlayerMax, tolua_error(), tolua_isnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_StratagusTranslation | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19040 of file tolua.cpp.
References StratagusTranslation, tolua_error(), tolua_iscppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_set_ThisPlayer_ptr | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14926 of file tolua.cpp.
References ThisPlayer, tolua_error(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_set_UI | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4814 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), tolua_tousertype(), and UI.
Referenced by tolua_stratagus_open().
| static int tolua_set_unsigned_GameCycle | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16734 of file tolua.cpp.
References GameCycle, tolua_error(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_set_UseGLTextureCompression | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13432 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and UseGLTextureCompression.
Referenced by tolua_stratagus_open().
| static int tolua_set_UseOpenGL | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12847 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_toboolean(), and UseOpenGL.
Referenced by tolua_stratagus_open().
| static int tolua_set_Video | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13027 of file tolua.cpp.
References tolua_error(), tolua_isusertype(), tolua_tousertype(), and Video.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus__00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19107 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isstring(), tolua_pushstring(), tolua_tostring(), and Translate().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionDefeat00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18230 of file tolua.cpp.
References ActionDefeat(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionDraw00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18256 of file tolua.cpp.
References ActionDraw(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionSetTimer00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18282 of file tolua.cpp.
References ActionSetTimer(), int(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isnumber(), tolua_toboolean(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionStartTimer00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18312 of file tolua.cpp.
References ActionStartTimer(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionStopTimer00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18338 of file tolua.cpp.
References ActionStopTimer(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ActionVictory00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18204 of file tolua.cpp.
References ActionVictory(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_AddTranslation00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18943 of file tolua.cpp.
References AddTranslation(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ButtonWidget_adjustSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6905 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ButtonWidget_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6873 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ButtonWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6780 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ButtonWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6810 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ButtonWidget_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6840 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CChunkParticle_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18708 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CChunkParticle_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18740 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CColor_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13231 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CColor_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13267 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFiller_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1233 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFiller_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1261 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFont_Get00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13479 of file tolua.cpp.
References CFont::Get(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFont_Height00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13509 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFont_New00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13447 of file tolua.cpp.
References CFont::New(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFont_Width00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13541 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFontColor_Get00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13605 of file tolua.cpp.
References CFontColor::Get(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CFontColor_New00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13575 of file tolua.cpp.
References CFontColor::New(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CGraphic_Free00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13102 of file tolua.cpp.
References CGraphic::Free(), tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CGraphic_Load00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13131 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CGraphic_New00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13068 of file tolua.cpp.
References int(), CGraphic::New(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_tocppstring, and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CGraphic_Resize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13162 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_adjustSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7967 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7902 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_isMarked00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7837 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7727 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_CheckBox_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7755 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_CheckBox_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7783 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_CheckBox_new00(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7810 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_CheckBox_new00_local(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7934 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CheckBox_setMarked00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7869 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CIcon_Get00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4859 of file tolua.cpp.
References CIcon::Get(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CIcon_New00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4829 of file tolua.cpp.
References CIcon::New(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_addLogicCallback00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11770 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_getDrawMenusUnder00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11836 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11614 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11642 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_run00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11670 of file tolua.cpp.
References int(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_setDrawMenusUnder00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11803 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_stop00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11704 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CMenuScreen_stopAll00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11737 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Color_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5369 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Color_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5405 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_add00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11513 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_clear00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11583 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_isOpaque00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11481 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11392 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11420 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_remove00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11550 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Container_setOpaque00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11448 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CParticle_clone00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18612 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CParticleManager_add00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18857 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CParticleManager_delete00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18828 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CParticleManager_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18772 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CParticleManager_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18800 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_getType00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17601 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_getX00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17701 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_getY00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17766 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_setPos00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17633 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_setX00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17668 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatch_setY00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17733 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_add00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17798 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_pushusertype(), tolua_tocppstring, tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_getPatch00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17903 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_getPatchTypeNames00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17939 of file tolua.cpp.
References tolua_copy(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_moveToBottom00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17870 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_moveToTop00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17837 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchManager_newPatchType00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17979 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isnumberarray(), tolua_istable(), tolua_isusertype(), tolua_pushcppstring, tolua_pushfieldnumber(), tolua_pushusertype(), tolua_tocppstring, tolua_tofieldnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchType_getFlag00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17565 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushnumber(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchType_getGraphic00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17469 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchType_getTileHeight00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17533 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPatchType_getTileWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 17501 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPieMenu_SetRadius00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3394 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsAllied00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14621 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_CPlayer_IsAllied01(), and tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsAllied01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14655 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), tolua_stratagus_CPlayer_IsAllied00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsBothSharedVision00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14747 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_CPlayer_IsBothSharedVision01(), and tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsBothSharedVision01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14781 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), tolua_stratagus_CPlayer_IsBothSharedVision00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsEnemy00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14558 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_CPlayer_IsEnemy01(), and tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsEnemy01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14592 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), tolua_stratagus_CPlayer_IsEnemy00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsSharedVision00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14684 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_CPlayer_IsSharedVision01(), and tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsSharedVision01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14718 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), tolua_stratagus_CPlayer_IsSharedVision00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsTeamed00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14810 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_CPlayer_IsTeamed01(), and tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_IsTeamed01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 14844 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), tolua_stratagus_CPlayer_IsTeamed00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayer_SetStartView00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13867 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPlayerColorGraphic_New00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13197 of file tolua.cpp.
References int(), CPlayerColorGraphic::New(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_tocppstring, and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPosition_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18392 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_tonumber(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CPosition_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18424 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_tonumber(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CStatusLine_Clear00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3732 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CStatusLine_Get00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3700 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CStatusLine_Set00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3667 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CUIButton_delete00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 746 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CUIButton_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 690 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CUIButton_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 718 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CVideo_ResizeScreen00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12982 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushboolean(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CViewport_Viewport2MapX00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1165 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushnumber(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_CViewport_Viewport2MapY00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1199 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushnumber(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_getListBox00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11009 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_getScrollArea00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10944 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_getSelected00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10846 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_setListBox00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10976 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_setScrollArea00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10911 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDown_setSelected00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10878 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDownWidget_getListBox00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11131 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDownWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11041 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDownWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11069 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDownWidget_setList00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11097 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushvalue(), tolua_tousertype(), and tolua_tovalue().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_DropDownWidget_setSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11163 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_EditorSaveMap00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16262 of file tolua.cpp.
References EditorSaveMap(), int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, tolua_pushnumber(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Exit00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19187 of file tolua.cpp.
References Exit(), int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ExitNetwork100 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11894 of file tolua.cpp.
References ExitNetwork1(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_FindButtonStyle00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4962 of file tolua.cpp.
References FindButtonStyle(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetDoubleClickDelay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5211 of file tolua.cpp.
References GetDoubleClickDelay(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetEffectsVolume00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15598 of file tolua.cpp.
References GetEffectsVolume(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetGamePaused00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16569 of file tolua.cpp.
References GetGamePaused(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetGameSpeed00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16649 of file tolua.cpp.
References GetGameSpeed(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetGrabMouse00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5101 of file tolua.cpp.
References GetGrabMouse(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetHoldClickDelay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5266 of file tolua.cpp.
References GetHoldClickDelay(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetKeyScroll00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5046 of file tolua.cpp.
References GetKeyScroll(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetLeaveStops00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5156 of file tolua.cpp.
References GetLeaveStops(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetMouseScroll00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 4991 of file tolua.cpp.
References GetMouseScroll(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetMusicVolume00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15653 of file tolua.cpp.
References GetMusicVolume(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetNetworkState00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12082 of file tolua.cpp.
References GetNetworkState(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetNumOpponents00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18148 of file tolua.cpp.
References GetNumOpponents(), int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GetTimer00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18177 of file tolua.cpp.
References GetTimer(), int(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GraphicAnimation_clone00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18580 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GraphicAnimation_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18516 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_GraphicAnimation_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18548 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6936 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_ImageButton_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6964 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_ImageButton_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6992 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_ImageButton_new00(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7017 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_ImageButton_new00_local(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_setDisabledImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7108 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_setNormalImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7042 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageButton_setPressedImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7075 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7998 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_ImageCheckBox_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8026 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_ImageCheckBox_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8054 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_ImageCheckBox_new00(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8081 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_ImageCheckBox_new00_local(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_setCheckedNormalImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8174 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_setCheckedPressedImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8207 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_setUncheckedNormalImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8108 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageCheckBox_setUncheckedPressedImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8141 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7481 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_ImageRadioButton_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7509 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_ImageRadioButton_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7537 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_ImageRadioButton_new00(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7566 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_ImageRadioButton_new00_local(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_setCheckedNormalImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7661 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_setCheckedPressedImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7694 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_setUncheckedNormalImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7595 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageRadioButton_setUncheckedPressedImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7628 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8779 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_ImageSlider_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8809 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_ImageSlider_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8839 of file tolua.cpp.
References tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_ImageSlider_new00(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8866 of file tolua.cpp.
References tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_ImageSlider_new00_local(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_setBackgroundImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8926 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageSlider_setMarkerImage00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8893 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6720 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ImageWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6750 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_InitNetwork100 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11868 of file tolua.cpp.
References InitNetwork1(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_InitVideo00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12812 of file tolua.cpp.
References InitVideo(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_IsEffectsEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15736 of file tolua.cpp.
References IsEffectsEnabled(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_IsMusicEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15791 of file tolua.cpp.
References IsMusicEnabled(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_IsNetworkGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11920 of file tolua.cpp.
References IsNetworkGame, tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_IsReplayGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16321 of file tolua.cpp.
References IsReplayGame(), tolua_error(), tolua_isnoobj(), and tolua_pushboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_adjustSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9149 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_getAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9117 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9019 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8959 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8989 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_setAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9084 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Label_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9051 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ListBoxWidget_getSelected00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9866 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ListBoxWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9735 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ListBoxWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9767 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ListBoxWidget_setList00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9799 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushvalue(), tolua_tousertype(), and tolua_tovalue().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ListBoxWidget_setSelected00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9833 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_LoadPO00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18973 of file tolua.cpp.
References LoadPO(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_LuaActionListener_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 630 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tovalue().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_LuaActionListener_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 660 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tovalue().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_adjustSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9546 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_draw00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9577 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_getAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9384 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9319 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_getLineWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9514 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_getVerticalAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9449 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9180 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_MultiLineLabel_new01(), and tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9208 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_MultiLineLabel_new01_local(), and tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9236 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_MultiLineLabel_new00(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9261 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_MultiLineLabel_new00_local(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_setAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9351 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9286 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_setLineWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9481 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_MultiLineLabel_setVerticalAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9416 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkDetachFromServer00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12135 of file tolua.cpp.
References NetworkDetachFromServer(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkGamePrepareGameSettings00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12786 of file tolua.cpp.
References NetworkGamePrepareGameSettings(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkInitClientConnect00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11976 of file tolua.cpp.
References NetworkInitClientConnect(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkInitServerConnect00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12002 of file tolua.cpp.
References int(), NetworkInitServerConnect(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkProcessClientRequest00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12056 of file tolua.cpp.
References NetworkProcessClientRequest(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkServerResyncClients00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12109 of file tolua.cpp.
References NetworkServerResyncClients(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkServerStartGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 12030 of file tolua.cpp.
References NetworkServerStartGame(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_NetworkSetupServerAddress00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11947 of file tolua.cpp.
References int(), NetworkSetupServerAddress(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushnumber(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| TOLUA_API int tolua_stratagus_open | ( | lua_State * | tolua_S | ) |
| static int tolua_stratagus_PlayFile00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15818 of file tolua.cpp.
References int(), PlayFile(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_PlayMusic00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15849 of file tolua.cpp.
References int(), PlayMusic(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushnumber(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_adjustSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7450 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7320 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_getGroup00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7418 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_isMarked00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7255 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7141 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_RadioButton_new01().
| static int tolua_stratagus_RadioButton_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7169 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open(), and tolua_stratagus_RadioButton_new01_local().
| static int tolua_stratagus_RadioButton_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7197 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_RadioButton_new00(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7226 of file tolua.cpp.
References tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_RadioButton_new00_local(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7352 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_setGroup00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7385 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_RadioButton_setMarked00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 7287 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SaveGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19079 of file tolua.cpp.
References SaveGame(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SaveReplay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16436 of file tolua.cpp.
References int(), SaveReplay(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushnumber(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_getContent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6623 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_getScrollbarWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6688 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6534 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6562 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_setContent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6590 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollArea_setScrollbarWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6655 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_add00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10713 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_getSpeed00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10814 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10649 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10681 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_restart00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10750 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ScrollingWidget_setSpeed00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10781 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetChannelStereo00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15935 of file tolua.cpp.
References int(), SetChannelStereo(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetChannelVolume00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15904 of file tolua.cpp.
References int(), SetChannelVolume(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_pushnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetDoubleClickDelay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5238 of file tolua.cpp.
References int(), SetDoubleClickDelay(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEditorPatchIcon00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16151 of file tolua.cpp.
References SetEditorPatchIcon(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEditorSelectIcon00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16093 of file tolua.cpp.
References SetEditorSelectIcon(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEditorStartUnit00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16180 of file tolua.cpp.
References SetEditorStartUnit(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEditorUnitsIcon00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16122 of file tolua.cpp.
References SetEditorUnitsIcon(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEffectsEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15708 of file tolua.cpp.
References SetEffectsEnabled(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetEffectsVolume00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15625 of file tolua.cpp.
References int(), SetEffectsVolume(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetGamePaused00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16541 of file tolua.cpp.
References SetGamePaused(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetGameSpeed00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16621 of file tolua.cpp.
References int(), SetGameSpeed(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetGrabMouse00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5128 of file tolua.cpp.
References SetGrabMouse(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetHoldClickDelay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5293 of file tolua.cpp.
References int(), SetHoldClickDelay(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetKeyScroll00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5073 of file tolua.cpp.
References SetKeyScroll(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetLeaveStops00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5183 of file tolua.cpp.
References SetLeaveStops(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetMouseScroll00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5018 of file tolua.cpp.
References SetMouseScroll(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetMusicEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15763 of file tolua.cpp.
References SetMusicEnabled(), tolua_error(), tolua_isboolean(), tolua_isnoobj(), and tolua_toboolean().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetMusicVolume00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15680 of file tolua.cpp.
References int(), SetMusicVolume(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetTranslationsFiles00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19001 of file tolua.cpp.
References SetTranslationsFiles(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SetTrigger00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18364 of file tolua.cpp.
References int(), SetTrigger(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getMarkerLength00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8617 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getOrientation00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8682 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getScaleEnd00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8454 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getScaleStart00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8389 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getStepLength00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8747 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_getValue00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8519 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8240 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open(), and tolua_stratagus_Slider_new01().
| static int tolua_stratagus_Slider_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8270 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open(), and tolua_stratagus_Slider_new01_local().
| static int tolua_stratagus_Slider_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8300 of file tolua.cpp.
References tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_Slider_new00(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8327 of file tolua.cpp.
References tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_Slider_new00_local(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setMarkerLength00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8584 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setOrientation00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8649 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setScale00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8354 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setScaleEnd00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8486 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setScaleStart00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8421 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setStepLength00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8714 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Slider_setValue00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 8551 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StartEditor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16233 of file tolua.cpp.
References StartEditor(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StartMap00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16348 of file tolua.cpp.
References StartMap(), tolua_error(), tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StartPatchEditor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16292 of file tolua.cpp.
References StartPatchEditor(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushcppstring, and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StartReplay00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16378 of file tolua.cpp.
References StartReplay(), tolua_error(), tolua_isboolean(), tolua_iscppstring, tolua_isnoobj(), tolua_toboolean(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StartSavedGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16408 of file tolua.cpp.
References StartSavedGame(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11295 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_getPercent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11360 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11198 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11230 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11262 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StatBoxWidget_setPercent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 11327 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StaticParticle_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18644 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StaticParticle_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18676 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StopAllChannels00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15994 of file tolua.cpp.
References StopAllChannels(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StopChannel00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15966 of file tolua.cpp.
References int(), StopChannel(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StopGame00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 16489 of file tolua.cpp.
References StopGame(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_StopMusic00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15878 of file tolua.cpp.
References StopMusic(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_SyncRand00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19136 of file tolua.cpp.
References int(), SyncRand(), tolua_error(), tolua_isnoobj(), and tolua_pushnumber().
Referenced by tolua_stratagus_open(), and tolua_stratagus_SyncRand01().
| static int tolua_stratagus_SyncRand01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 19163 of file tolua.cpp.
References int(), SyncRand(), tolua_isnoobj(), tolua_isnumber(), tolua_pushnumber(), tolua_stratagus_SyncRand00(), and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_TextField_getText00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9703 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_TextField_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9610 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_TextField_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9640 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), and tolua_tocppstring.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_TextField_setText00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9670 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_ToggleFullScreen00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 13042 of file tolua.cpp.
References ToggleFullScreen(), tolua_error(), and tolua_isnoobj().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Translate00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 18914 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isstring(), tolua_pushstring(), tolua_tostring(), and Translate().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_UnitTypeByIdent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 15292 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_pushusertype(), tolua_tocppstring, and UnitTypeByIdent().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller___geti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1464 of file tolua.cpp.
References tolua_Error::index, int(), tolua_copy(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CFiller___geti01().
| static int tolua_stratagus_vector_CFiller___geti01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1539 of file tolua.cpp.
References tolua_Error::index, int(), tolua_copy(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_stratagus_vector_CFiller___geti00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller___seti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1506 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__assign00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1821 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__at00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1576 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CFiller__at01().
| static int tolua_stratagus_vector_CFiller__at01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1610 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CFiller__at00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1698 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CFiller__back01().
| static int tolua_stratagus_vector_CFiller__back01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1730 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CFiller__back00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__clear00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1856 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__delete00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1435 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__empty00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1887 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__front00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1639 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CFiller__front01().
| static int tolua_stratagus_vector_CFiller__front01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1671 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CFiller__front00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1379 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1407 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__pop_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1790 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__push_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1757 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CFiller__size00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1919 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton___geti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2036 of file tolua.cpp.
References tolua_Error::index, int(), tolua_copy(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CUIButton___geti01().
| static int tolua_stratagus_vector_CUIButton___geti01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2111 of file tolua.cpp.
References tolua_Error::index, int(), tolua_copy(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_stratagus_vector_CUIButton___geti00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton___seti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2078 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__assign00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2393 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__at00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2148 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CUIButton__at01().
| static int tolua_stratagus_vector_CUIButton__at01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2182 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CUIButton__at00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2270 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CUIButton__back01().
| static int tolua_stratagus_vector_CUIButton__back01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2302 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CUIButton__back00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__clear00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2428 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__delete00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2007 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__empty00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2459 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__front00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2211 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_CUIButton__front01().
| static int tolua_stratagus_vector_CUIButton__front01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2243 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_vector_CUIButton__front00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1951 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 1979 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__pop_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2362 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__push_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2329 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_CUIButton__size00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2491 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string___geti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2608 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_string___geti01().
| static int tolua_stratagus_vector_string___geti01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2675 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_stratagus_vector_string___geti00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string___seti00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2642 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tocppstring, tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__assign00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2949 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_tocppstring, tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__at00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2704 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_string__at01().
| static int tolua_stratagus_vector_string__at01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2738 of file tolua.cpp.
References tolua_Error::index, int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_pushcppstring, tolua_stratagus_vector_string__at00(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2826 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_string__back01().
| static int tolua_stratagus_vector_string__back01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2858 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, tolua_stratagus_vector_string__back00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__clear00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2985 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__delete00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2579 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__empty00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3016 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__front00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2767 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_vector_string__front01().
| static int tolua_stratagus_vector_string__front01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2799 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, tolua_stratagus_vector_string__front00(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2523 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2551 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__pop_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2918 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__push_back00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 2885 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_vector_string__size00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 3048 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_addActionListener00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6501 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getBackgroundColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6249 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getBaseColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6119 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getBorderSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5924 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getDisabledColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6314 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getForegroundColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6184 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getHeight00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5659 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getHotKey00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6408 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5594 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getX00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5759 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_getY00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5824 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_isEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5989 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_isVisible00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6054 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setBackgroundColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6216 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setBaseColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6086 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setBorderSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5891 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setDisabledColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6281 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setEnabled00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5956 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setFont00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6375 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setForegroundColor00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6151 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setGlobalFont00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6346 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setHeight00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5626 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setHotKey00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6440 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_Widget_setHotKey01().
| static int tolua_stratagus_Widget_setHotKey01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6473 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isstring(), tolua_isusertype(), tolua_stratagus_Widget_setHotKey00(), tolua_tostring(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setPosition00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5856 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setSize00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5691 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setVisible00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 6021 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setWidth00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5561 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setX00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5726 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Widget_setY00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 5791 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_getAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10156 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_getCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10091 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushcppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_getContent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10221 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_getPadding00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10286 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_getTitleBarHeight00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10351 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushnumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_isMovable00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10416 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_isOpaque00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10512 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), tolua_pushboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9898 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype().
Referenced by tolua_stratagus_open(), and tolua_stratagus_Window_new01().
| static int tolua_stratagus_Window_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9926 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertable(), and tolua_pushusertype_and_takeownership().
Referenced by tolua_stratagus_open(), and tolua_stratagus_Window_new01_local().
| static int tolua_stratagus_Window_new01 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9954 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype(), tolua_stratagus_Window_new00(), and tolua_tocppstring.
Referenced by tolua_stratagus_open(), and tolua_stratagus_Window_new02().
| static int tolua_stratagus_Window_new01_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 9979 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_stratagus_Window_new00_local(), and tolua_tocppstring.
Referenced by tolua_stratagus_open(), and tolua_stratagus_Window_new02_local().
| static int tolua_stratagus_Window_new02 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10004 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype(), tolua_stratagus_Window_new01(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_new02_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10031 of file tolua.cpp.
References tolua_iscppstring, tolua_isnoobj(), tolua_isusertable(), tolua_isusertype(), tolua_pushusertype_and_takeownership(), tolua_stratagus_Window_new01_local(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_resizeToContent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10448 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setAlignment00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10123 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setCaption00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10058 of file tolua.cpp.
References tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isusertype(), tolua_tocppstring, and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setContent00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10188 of file tolua.cpp.
References tolua_error(), tolua_isnoobj(), tolua_isusertype(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setMovable00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10383 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setOpaque00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10479 of file tolua.cpp.
References tolua_error(), tolua_isboolean(), tolua_isnoobj(), tolua_isusertype(), tolua_toboolean(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setPadding00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10253 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Window_setTitleBarHeight00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10318 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), and tolua_tousertype().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Windows_add00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10612 of file tolua.cpp.
References int(), tolua_error(), tolua_isnoobj(), tolua_isnumber(), tolua_isusertype(), tolua_tonumber(), tolua_tousertype(), and y.
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Windows_new00 | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10544 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype(), tolua_tocppstring, and tolua_tonumber().
Referenced by tolua_stratagus_open().
| static int tolua_stratagus_Windows_new00_local | ( | lua_State * | tolua_S | ) | [static] |
Definition at line 10578 of file tolua.cpp.
References int(), tolua_error(), tolua_iscppstring, tolua_isnoobj(), tolua_isnumber(), tolua_isusertable(), tolua_pushusertype_and_takeownership(), tolua_tocppstring, and tolua_tonumber().
Referenced by tolua_stratagus_open().
| int AlliedUnitRecyclingEfficiency[MaxCosts] |
Definition at line 59 of file action_resource.cpp.
Referenced by GatherResource(), tolua_get_stratagus_AlliedUnitRecyclingEfficiency(), and tolua_set_stratagus_AlliedUnitRecyclingEfficiency().
| std::string CliMapName |
Filename of the map given on the command line.
Definition at line 230 of file stratagus.cpp.
Referenced by main(), tolua_get_CliMapName(), and tolua_set_CliMapName().
| int EnemyUnitRecyclingEfficiency[MaxCosts] |
Definition at line 60 of file action_resource.cpp.
Referenced by GatherResource(), tolua_get_stratagus_EnemyUnitRecyclingEfficiency(), and tolua_set_stratagus_EnemyUnitRecyclingEfficiency().
| string NetworkMapName |
Name of the map recieved with ICMMap.
Definition at line 87 of file netconnect.cpp.
Referenced by ClientParseConnected(), ServerParseWaiting(), tolua_get_NetworkMapName(), and tolua_set_NetworkMapName().
1.5.6