Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Renderas

From Leaf Essentials
Revision as of 11:11, 15 February 2026 by Fruitkitty (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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