Jump to content

Renderas: Difference between revisions

From Leaf Essentials
Created page with "When leaf is processing UIs, it goes through 3 stages: * Getting the UI contents * Doing some post processing * Show the UI to the player Usually this is all done under the same player, but you can make the first 2 do stuff under a different player than the last one. Example: <code>/leaf:render_as Player1 Player2 meow</code> This will process the UI under Player1, but show it to Player2. All actions will run under Player2"
 
m Reverted edits by WikiAudit2026 (talk) to last revision by Fruitkitty
Tag: Rollback
 
(2 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 04:46, 19 June 2026

When leaf is processing UIs, it goes through 3 stages:

  • Getting the UI contents
  • Doing some post processing
  • Show the UI to the player

Usually this is all done under the same player, but you can make the first 2 do stuff under a different player than the last one.

Example:

/leaf:render_as Player1 Player2 meow

This will process the UI under Player1, but show it to Player2. All actions will run under Player2