Struct Side


Public Member Variables

native readonly sector sector

native readonly Line linedef

native int16 Light

native uint16 Flags

Public Functions

native clearscope TextureID GetTexture(
int which
) const

native void SetTexture(
int which,
TextureID tex
)

native void SetTextureXOffset(
int which,
double offset
)

native clearscope double GetTextureXOffset(
int which
) const

native void AddTextureXOffset(
int which,
double delta
)

native void SetTextureYOffset(
int which,
double offset
)

native clearscope double GetTextureYOffset(
int which
) const

native void AddTextureYOffset(
int which,
double delta
)

native void SetTextureXScale(
int which,
double scale
)

native clearscope double GetTextureXScale(
int which
) const

native void MultiplyTextureXScale(
int which,
double delta
)

native void SetTextureYScale(
int which,
double scale
)

native clearscope double GetTextureYScale(
int which
) const

native void MultiplyTextureYScale(
int which,
double delta
)

native clearscope int GetTextureFlags(
int tier
) const

native void ChangeTextureFlags(
int tier,
int And,
int Or
)

native void SetSpecialColor(
int tier,
int position,
Color scolor,
bool useowncolor = true
)

native clearscope Color GetAdditiveColor(
int tier
) const

native void SetAdditiveColor(
int tier,
Color color
)

native void EnableAdditiveColor(
int tier,
bool enable
)

native void SetColorization(
int tier,
Name cname
)

native clearscope Vertex V1() const

native clearscope Vertex V2() const

native clearscope int Index() const

clearscope int GetUDMFInt(Name nm) const

clearscope double GetUDMFFloat(
Name nm
) const

clearscope String GetUDMFString(
Name nm
) const

Inner Enums