std_sideview.zh#
Variables#
const bool |
|
const int |
Functions#
bool |
OnSidePlatform(int x, int y) |
bool |
OnSidePlatform(int x, int y, int xOff, int yOff, int h) |
bool |
OnSidePlatform(int x, int y, int xOff, int yOff, int h, int w) |
bool |
|
bool |
|
bool |
|
bool |
Variable descriptions#
const bool ONSIDEVIEWPLATFORM_CHECK_OBJ_WIDTH = true
🔗 Source
Function descriptions#
bool OnSidePlatform(int x, int y) 🔗 Source
bool OnSidePlatform(int x, int y, int xOff, int yOff, int h) 🔗 Source
Returns true if a sprite of height ‘h’ at position (x,y) with an offset of (xOff,yOff) is standing on a sideview platform on a sideview screen.
bool OnSidePlatform(int x, int y, int xOff, int yOff, int h, int w) 🔗 Source
Returns true if a sprite of height ‘h’ and width w
,
at position (x,y) with an offset of (xOff,yOff) is standing
on a sideview platform on a sideview screen.
bool OnSidePlatform(lweapon l) 🔗 Source
bool OnSidePlatform(eweapon l) 🔗 Source
bool OnSidePlatform(itemsprite l) 🔗 Source