Skip to content

Commit

Permalink
fix(docs): documentation (add warning in order to avoid other develop…
Browse files Browse the repository at this point in the history
…ers to send invalid events) (#129)

Authored-by: TheDedemon <>
  • Loading branch information
TheDedemon authored Dec 14, 2023
1 parent e0f8905 commit 0c116fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/Events/Sending.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ var event_name = "title_player_event"
var callback = "_on_write_events_request_completed"
```

> :warning: **event_name** must be non-empty and contain only alphanumeric letters, dash(-), and underscore(_).
## Batched Send
> **Note**
>
Expand Down

0 comments on commit 0c116fb

Please sign in to comment.