mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added PSprite.bMirror flag to ZScript class definition
https://forum.zdoom.org/viewtopic.php?t=65372
This commit is contained in:
parent
56cb7cbaea
commit
9603a09f82
1 changed files with 1 additions and 0 deletions
|
@ -2544,6 +2544,7 @@ class PSprite : Object native play
|
|||
native bool bPowDouble;
|
||||
native bool bCVarFast;
|
||||
native bool bFlip;
|
||||
native bool bMirror;
|
||||
|
||||
native void SetState(State newstate, bool pending = false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue