Home
last modified time | relevance | path

Searched refs:SetPropertyInt (Results 1 – 7 of 7) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/GameSetup/
H A DGameSetup.cpp1312 scriptInterface.SetPropertyInt(playerData, i, player); in Autostart()
1399 scriptInterface.SetPropertyInt(playerData, playerID-offset, player); in Autostart()
1432 scriptInterface.SetPropertyInt(playerData, playerID-offset, player); in Autostart()
1458 scriptInterface.SetPropertyInt(playerData, playerID-offset, player); in Autostart()
1486 scriptInterface.SetPropertyInt(playerData, playerID-offset, player); in Autostart()
H A DHWDetect.cpp92 scriptInterface.SetPropertyInt(ret, idxLevel, cache); in ConvertCaches()
114 scriptInterface.SetPropertyInt(ret, i, tlb); in ConvertTLBs()
/dports/games/0ad/0ad-0.0.23b-alpha/source/scriptinterface/
H A DScriptInterface.h166 …bool SetPropertyInt(JS::HandleValue obj, int name, const T& value, bool constant = false, bool enu…
518 bool ScriptInterface::SetPropertyInt(JS::HandleValue obj, int name, const T& value, bool readonly, … in SetPropertyInt() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DProfileViewer.cpp547 m_ScriptInterface.SetPropertyInt(row, 0, childRows); in DumpRows()
551 m_ScriptInterface.SetPropertyInt(row, c, table->GetCellText(r, c)); in DumpRows()
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/GameInterface/Handlers/
H A DMapHandlers.cpp133 scriptInterface.SetPropertyInt(playerData, i, player); in QUERYHANDLER()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/gui/
H A DWindow.h320 void SetPropertyInt(const std::string& key, int value) in SetPropertyInt() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpAIManager.cpp451 m_ScriptInterface->SetPropertyInt(playersID, i, val, true); in TryLoadSharedComponent()