mirror of
https://github.com/BeamMP/Wiki.git
synced 2025-07-03 16:25:56 +00:00
docs: update Scripting/new-lua-scripting
This commit is contained in:
parent
8c7181c21d
commit
e32fae2021
@ -2,7 +2,7 @@
|
|||||||
title: Server-Side Lua Scripting
|
title: Server-Side Lua Scripting
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2022-12-22T09:23:06.621Z
|
date: 2023-01-02T19:24:25.038Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-11-27T11:59:46.370Z
|
dateCreated: 2021-11-27T11:59:46.370Z
|
||||||
@ -262,7 +262,7 @@ Remembers the function with name `Function Name` as an event handler to event wi
|
|||||||
|
|
||||||
You can register as many handlers to an event as you like.
|
You can register as many handlers to an event as you like.
|
||||||
|
|
||||||
For a list of events the server provides, see here (TODO link).
|
For a list of events the server provides, see [here](/en/Scripting/new-lua-scripting#events-1).
|
||||||
|
|
||||||
If the event with that name doesn't exist, it's created, and thus RegisterEvent cannot fail. This can be used to create custom events.
|
If the event with that name doesn't exist, it's created, and thus RegisterEvent cannot fail. This can be used to create custom events.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user