Document restore function (#10)
This commit is contained in:
parent
5086ec1256
commit
d47f7239e0
@ -33,6 +33,10 @@ The `skybox` handle can be used to perform various actions:
|
|||||||
`skybox.set(player, number)`
|
`skybox.set(player, number)`
|
||||||
-- Sets the skybox to the `number` in the list of current skyboxes.
|
-- Sets the skybox to the `number` in the list of current skyboxes.
|
||||||
|
|
||||||
|
`skybox.restore(player)`
|
||||||
|
-- Reverts the player skybox to the last `skybox.set()` value.
|
||||||
|
-- Other skybox mods can properly restore the player's custom skybox.
|
||||||
|
|
||||||
`skybox.add(skyboxdef)`
|
`skybox.add(skyboxdef)`
|
||||||
-- Add a new skybox with skyboxdef to the list of available skyboxes.
|
-- Add a new skybox with skyboxdef to the list of available skyboxes.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user