Table of Contents

Enum ObjectMaterialTextAlign

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Specifies the alignment of text on an object material.

public enum ObjectMaterialTextAlign

Fields

Center = 1

Centers the text on the material.

Left = 0

Aligns the text to the left side of the material.

Right = 2

Aligns the text to the right side of the material.