Home
last modified time | relevance | path

Searched refs:getScriptAttachedEntities (Results 1 – 2 of 2) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactgeneral.cpp858 std::vector<Entity*> attachedEntities = textSourceScript.getScriptAttachedEntities(src); in handleTextSourceScript()
936 attachedEntities = textSourceScript.getScriptAttachedEntities(src); in handleTextSourceScript()
H A Dentity.hpp1225 std::vector<Entity*> getScriptAttachedEntities(Entity& script) in getScriptAttachedEntities() function in TextSourceScript