Home
last modified time | relevance | path

Searched refs:GetFollowedEntity (Results 1 – 4 of 4) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/scripting/
H A DJSInterface_GameView.cpp160 entity_id_t JSI_GameView::GetFollowedEntity(ScriptInterface::CxPrivate* UNUSED(pCxPrivate)) in GetFollowedEntity() function in JSI_GameView
165 return g_Game->GetView()->GetFollowedEntity(); in GetFollowedEntity()
185 scriptInterface.RegisterFunction<entity_id_t, &GetFollowedEntity>("GetFollowedEntity"); in RegisterScriptFunctions()
H A DJSInterface_GameView.h46 entity_id_t GetFollowedEntity(ScriptInterface::CxPrivate* pCxPrivate);
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DGameView.h98 entity_id_t GetFollowedEntity();
H A DGameView.cpp1028 entity_id_t CGameView::GetFollowedEntity() in GetFollowedEntity() function in CGameView