Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Return Type | Parameters | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Hide | None | None | Hides any currently shown alert. |
Show | message as String | None | Shows the alert box with the specified message. |
Properties #
Name | Type | Default Value | Description |
---|
This class exposes no properties.
Examples #
Showing an Alert #
Assuming an editor component with a name of GraffitiEditor1
GraffitiEditor1.Alert.Show("Sorry, you can't do that.")
Hiding an alert #
Assuming an editor component with a name of GraffitiEditor1
GraffitiEditor1.Alert.Hide
Notes #
This class currently has no notes.