Light sun direction

From Unofficial EFPSE wiki Extended
Revision as of 20:25, 18 June 2024 by Nole (talk | contribs) (Created page with "Changes the <code>[x]</code> <code>[y]</code> <code>[z]</code> values of the sun's direction on the current map where <code>[x]</code>, <code>[y]</code>, <code>[z]</code> are ℝ values between <code>[-inf - +inf]</code> ==== Syntax ==== <code>light sun direction [x] [y] [z]</code> ==== Examples ==== 📜 changeSunDirectionTerminal.script<br> <pre> //light sun direction [x] [y] [z] text "Setting up sun direction to light 32 0 0 light sun direction 32 0 0 map return...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Changes the [x] [y] [z] values of the sun's direction on the current map where [x], [y], [z] are ℝ values between [-inf - +inf]


Syntax

light sun direction [x] [y] [z]

Examples

📜 changeSunDirectionTerminal.script

//light sun direction [x] [y] [z]
text "Setting up sun direction to light 32 0 0

light sun direction 32 0 0
map return



Added

EasyFPSEditor_CE_DEV_2024-05-28_1605 : (1.11 alpha test 1)