onCharacter

Event Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Not Cancellable

Available since Client 1.0.0

onCharacter(Event event, string text)

The onCharacter event is invoked when a character key is pressed down. If the character key is held down, the event is triggered repeatedly.

Parameters

1) Event event The event object for this event.
2) string text The character typed.

Attributes

const This event cannot be cancelled.

Notes

There aren't any notes for this event.

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Client Related

        OnCharacter
        OnKeyDown
        OnKeyUp