Made GetMidTexturePosition() const.

This commit is contained in:
inkoalawetrust 2024-10-06 05:03:05 +03:00 committed by Ricardo Luís Vaz Silva
parent 19e1d400e4
commit 23d131f6c2

View file

@ -238,7 +238,7 @@ struct Line native play
native clearscope int Index() const;
native bool Activate(Actor activator, int side, int type);
native bool RemoteActivate(Actor activator, int side, int type, Vector3 pos);
native bool, double, double GetMidTexturePosition (int side);
native bool, double, double GetMidTexturePosition (int side) const;
clearscope int GetUDMFInt(Name nm) const
{