Skip to content

Commit

Permalink
Linked to application lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 27, 2024
1 parent 5e3fee5 commit 7f4759e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/manuals/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GUI scripts


Render scripts
: Extension _.render_script_. Run by the rendering pipeline and containing the logic required to render all app/game graphics each frame. Defold will execute the Lua code as part of the engine lifecycle functions. Render scripts have access to the [Render](/ref/render) functions and all Defold library functions except the [GO](/ref/go) and [GUI](/ref/gui) functions.
: Extension _.render_script_. Run by the rendering pipeline and containing the logic required to render all app/game graphics each frame. The render script has a special place in the lifecycle of your game. Details can be found in the [Application lifecycle documentation](/manuals/application-lifecycle). Render scripts have access to the [Render](/ref/render) functions and all Defold library functions except the [GO](/ref/go) and [GUI](/ref/gui) functions.


## Script execution, callbacks and self
Expand Down

0 comments on commit 7f4759e

Please sign in to comment.