mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
Make sidedef vertex and secplane height functions callable from ui
This commit is contained in:
parent
8145b52037
commit
c9613b2fd1
1 changed files with 3 additions and 3 deletions
|
@ -80,8 +80,8 @@ struct Side native play
|
|||
//native DInterpolation *SetInterpolation(int position);
|
||||
//native void StopInterpolation(int position);
|
||||
|
||||
native Vertex V1();
|
||||
native Vertex V2();
|
||||
native clearscope Vertex V1();
|
||||
native clearscope Vertex V2();
|
||||
|
||||
native int Index();
|
||||
|
||||
|
@ -179,7 +179,7 @@ struct SecPlane native play
|
|||
|
||||
native bool isSlope() const;
|
||||
native int PointOnSide(Vector3 pos) const;
|
||||
native double ZatPoint (Vector2 v) const;
|
||||
native clearscope double ZatPoint (Vector2 v) const;
|
||||
native double ZatPointDist(Vector2 v, double dist) const;
|
||||
native bool isEqual(Secplane other) const;
|
||||
native void ChangeHeight(double hdiff);
|
||||
|
|
Loading…
Reference in a new issue