Home
last modified time | relevance | path

Searched refs:GetSpriteWidth (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/objects/
H A Dbattle_enemy.h42 float GetSpriteWidth() const { in GetSpriteWidth() function
43 return _global_enemy->GetSpriteWidth(); in GetSpriteWidth()
H A Dbattle_character.h46 float GetSpriteWidth() const { in GetSpriteWidth() function
H A Dbattle_actor.h96 virtual float GetSpriteWidth() const = 0;
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_actors.h93 virtual float GetSpriteWidth() const = 0;
336 float GetSpriteWidth() const in GetSpriteWidth() function
401 float GetSpriteWidth() const in GetSpriteWidth() function
H A Dbattle_indicators.cpp121 VideoManager->MoveRelative(_actor->GetSpriteWidth() / 2.0f, 0.0f); in Draw()
/dports/games/valyriatear/ValyriaTear-1.1.0/data/battles/characters_animations/
H A Dall_use_item_single.lua53 target_pos_x = target_actor:GetXLocation() - (character:GetSpriteWidth() / 2.0);
160 …rSupervisor():AddItemIndicator(target_actor:GetXLocation() + (target_actor:GetSpriteWidth() / 2.0),
H A Dall_use_escape_smoke.lua50 …dicatorSupervisor():AddItemIndicator(character:GetXLocation() + (character:GetSpriteWidth() / 2.0),
H A Dbronann_attack.lua57 enemy_pos_x = target_actor:GetXLocation() - (character:GetSpriteWidth() / 2.0);
H A Dkalya_attack.lua69 arrow_pos_x = character:GetXLocation() + character:GetSpriteWidth() / 2.0;
H A Dkalya_throw_stone.lua65 stone_pos_x = character:GetXLocation() + character:GetSpriteWidth() / 2.0;
H A Dbronann_attack_forward_thrust.lua61 enemy_pos_x = target_actor:GetXLocation() - (character:GetSpriteWidth() / 2.0);
H A Dkalya_double_attack.lua65 arrow_info.arrow_pos_x = character:GetXLocation() + character:GetSpriteWidth() / 2.0;
H A Dkalya_attack_party_target.lua63 arrow_info.arrow_pos_x = character:GetXLocation() + character:GetSpriteWidth() / 2.0;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/actors/
H A Dglobal_enemy.h84 uint32_t GetSpriteWidth() const { in GetSpriteWidth() function
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dgame.h77 void GetSpriteWidth(ScriptMethodParams &params);
H A Dgame.cpp74 SCRIPT_METHOD(Game::geti_SpriteWidth, Game::GetSpriteWidth); in AGS_EngineStartup()
264 void Game::GetSpriteWidth(ScriptMethodParams &params) { in GetSpriteWidth() function in AGS3::Plugins::Core::Game
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Draycast.cpp385 int tempw = engine->GetSpriteWidth (heightmapSlot); in LoadHeightMap()
405 int tempw = engine->GetSpriteWidth (worldmapSlot); in LoadMap()
418 …if (engine->GetSpriteWidth (lightmapSlot) != tempw || engine->GetSpriteHeight (lightmapSlot) != te… in LoadMap()
425 …if (engine->GetSpriteWidth (ceilingmapSlot) != tempw || engine->GetSpriteHeight (ceilingmapSlot) !… in LoadMap()
432 …if (engine->GetSpriteWidth (floormapSlot) != tempw || engine->GetSpriteHeight (floormapSlot) != te… in LoadMap()
611 int sourceWidth = engine->GetSpriteWidth (slot); in MakeTextures()
1442 int sprw = engine->GetSpriteWidth (sprite[spriteOrder[i]].texture); in Raycast_Render()
H A Dagsplugin.h422 AGSIFUNC(int) GetSpriteWidth (int32);
H A Dags_palrender.cpp1068 if (engine->GetSpriteWidth (slot) != 256 || engine->GetSpriteHeight (slot) != 256) return 1; in LoadCLUT()
1138 sw = engine->GetSpriteWidth (slot); in IterateStars()
2127 int w = engine->GetSpriteWidth (vf->pic); in AGS_EngineOnEvent()
2143 int32 w = engine->GetSpriteWidth (tempobj->num); in AGS_EngineOnEvent()
/dports/games/valyriatear/ValyriaTear-1.1.0/data/battles/enemies_animations/
H A Dspider_web_attack.lua65 web_pos_x = spider:GetXLocation() + spider:GetSpriteWidth() / 2.0;
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_pal_render/
H A Draycast.cpp360 int tempw = engine->GetSpriteWidth(heightmapSlot); in LoadHeightMap()
379 int tempw = engine->GetSpriteWidth(worldmapSlot); in LoadMap()
397 …if (engine->GetSpriteWidth(lightmapSlot) != tempw || engine->GetSpriteHeight(lightmapSlot) != temp… in LoadMap()
404 …if (engine->GetSpriteWidth(ceilingmapSlot) != tempw || engine->GetSpriteHeight(ceilingmapSlot) != … in LoadMap()
411 …if (engine->GetSpriteWidth(floormapSlot) != tempw || engine->GetSpriteHeight(floormapSlot) != temp… in LoadMap()
588 int sourceWidth = engine->GetSpriteWidth(slot); in MakeTextures()
1303 int sprw = engine->GetSpriteWidth(sprite[spriteOrder[i]].texture); in Raycast_Render()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/
H A Dmode_bindings.cpp855 .def("GetSpriteWidth", &BattleActor::GetSpriteWidth) in BindModeCode()
869 .def("GetSpriteWidth", &BattleCharacter::GetSpriteWidth) in BindModeCode()
877 .def("GetSpriteWidth", &BattleEnemy::GetSpriteWidth) in BindModeCode()
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_actors.h960 uint32 GetSpriteWidth() const in GetSpriteWidth() function
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/plugin/
H A Dagsplugin.h422 AGSIFUNC(int) GetSpriteWidth (int32);
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/
H A Dags_plugin.h448 AGSIFUNC(int) GetSpriteWidth(int32);

12