SetSkyPosition

Definition

SetSkyPosition(float x, float y, float z)

Description

This function sets the sky position.

Parameter

x, y, z
Specify the X, Y and Z components of sky position.

Example 1

function Init()
    SetSkyPosition(2.5, 5.0, 7.5)
end

function Update()

end
This script sets the X, Y and Z components of sky position to 2.55.0 and 7.5, respectively.
adminSetSkyPosition