mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
Fixed BlockLinesIterator class definition in ZScript
https://forum.zdoom.org/viewtopic.php?t=57982
This commit is contained in:
parent
48f9e53580
commit
dfe05f10b7
1 changed files with 2 additions and 2 deletions
|
@ -449,8 +449,8 @@ class BlockLinesIterator : Object native
|
|||
native Vector3 position;
|
||||
native int portalflags;
|
||||
|
||||
native static BlockThingsIterator Create(Actor origin, double checkradius = -1);
|
||||
native static BlockThingsIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = null);
|
||||
native static BlockLinesIterator Create(Actor origin, double checkradius = -1);
|
||||
native static BlockLinesIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = null);
|
||||
native bool Next();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue