Home
last modified time | relevance | path

Searched defs:ActionPointX (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/sp65/
H A Dlynxsprite.c95 const char* ActionPointX = GetAttrVal (A, "ax"); in GetActionPointX() local
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dobject.cpp106 int Object::ActionPointX() in ActionPointX() function in Object
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobject.h305 inline int Object::ActionPointX() { return (this->x + (sprites[this->sprite].frame[this->frame].dir… in ActionPointX() function