Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h485 …Actor *SummonCreature(const ieResRef resource, const ieResRef vvcres, Scriptable *Owner, Actor *ta…
H A DInterface.cpp2355 Actor *Interface::SummonCreature(const ieResRef resource, const ieResRef vvcres, Scriptable *Owner,… in SummonCreature() argument
2466 if (vvcres[0]) { in SummonCreature()
2467 ScriptedAnimation* vvc = gamedata->GetScriptedAnimation(vvcres, false); in SummonCreature()