Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/script/
H A Dscript_cutscene.cpp76 static int nscript_image_bubble_effect(lua_State *L);
173 lua_pushcfunction(L, nscript_image_bubble_effect); in nscript_init_cutscene()
524 static int nscript_image_bubble_effect(lua_State *L) { in nscript_image_bubble_effect() function