Home
last modified time | relevance | path

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

/dports/games/stratagus/stratagus-3.2.0/src/action/
H A Daction_follow.cpp248 if (dest.Type->TeleportEffectOut) { in Execute()
249 dest.Type->TeleportEffectOut->pushPreamble(); in Execute()
250 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(unit)); in Execute()
251 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(dest)); in Execute()
252 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().x); in Execute()
253 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().y); in Execute()
254 dest.Type->TeleportEffectOut->run(); in Execute()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/action/
H A Daction_follow.cpp298 if (dest.Type->TeleportEffectOut) { in Execute()
299 dest.Type->TeleportEffectOut->pushPreamble(); in Execute()
300 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(unit)); in Execute()
301 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(dest)); in Execute()
302 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().x); in Execute()
303 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().y); in Execute()
304 dest.Type->TeleportEffectOut->run(); in Execute()
H A Daction_pickup.cpp327 if (dest.Type->TeleportEffectOut) { in Execute()
328 dest.Type->TeleportEffectOut->pushPreamble(); in Execute()
329 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(unit)); in Execute()
330 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(dest)); in Execute()
331 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().x); in Execute()
332 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().y); in Execute()
333 dest.Type->TeleportEffectOut->run(); in Execute()
H A Daction_trade.cpp356 if (dest.Type->TeleportEffectOut) { in Execute()
357 dest.Type->TeleportEffectOut->pushPreamble(); in Execute()
358 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(unit)); in Execute()
359 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(dest)); in Execute()
360 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().x); in Execute()
361 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().y); in Execute()
362 dest.Type->TeleportEffectOut->run(); in Execute()
H A Daction_use.cpp351 if (dest.Type->TeleportEffectOut) { in Execute()
352 dest.Type->TeleportEffectOut->pushPreamble(); in Execute()
353 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(unit)); in Execute()
354 dest.Type->TeleportEffectOut->pushInteger(UnitNumber(dest)); in Execute()
355 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().x); in Execute()
356 dest.Type->TeleportEffectOut->pushInteger(unit.GetMapPixelPosCenter().y); in Execute()
357 dest.Type->TeleportEffectOut->run(); in Execute()
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dunittype.cpp524 OnReady(NULL), TeleportCost(0), TeleportEffectIn(NULL), TeleportEffectOut(NULL), in CUnitType()
559 delete TeleportEffectOut; in ~CUnitType()
H A Dscript_unittype.cpp723 type->TeleportEffectOut = new LuaCallback(l, -1); in CclDefineUnitType()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dunittype.h545 LuaCallback *TeleportEffectOut; /// lua function to create effects after teleportation variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h947 LuaCallback *TeleportEffectOut; /// lua function to create effects after teleportation variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunittype.cpp571 TeleportCost(0), TeleportEffectIn(nullptr), TeleportEffectOut(nullptr), in CUnitType()
621 delete TeleportEffectOut; in ~CUnitType()
H A Dscript_unittype.cpp1270 type->TeleportEffectOut = new LuaCallback(l, -1); in CclDefineUnitType()