Homeworld 2 : FunctionaddSphere
Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
addSphere(<sSphereName>, <tPosition>, <fRadius>)

Description
Adds a sphere to a ".level" file.

Example
addSphere("CarrierFleeSphere", {6010, 0, -30508,}, 434.294)

Arguments
<sSphereName>: the name of the sphere.
<tPosition>: a table containing the X, Z, and Y coordinates.
<fRadius>: the radius of the sphere.

Scope

Related Pages:
:: ::