Table of Contents

Enum ObjectEditResponse

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

Represents the possible responses to an object editing request.

public enum ObjectEditResponse

Fields

Cancel = 0

Indicates that the object editing process was canceled.

Final = 1

Indicates that the object editing process was completed and finalized.

Update = 2

Indicates that the object editing process is in progress and has been updated.