Homeworld 2 : VariableMissile
Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
Missile Variables

Syntax
<MissileTable> = StartMissileConfig()
<MissileTable>.<Variable> = <Value>
(Can also be written as <MissileTable>["<Variable>"] = <Value>)

Description:
This is a list of all variables present in .miss files but not present in .ship files. Missiles share a lot of variables with ships; I haven't duplicated those here, but someone else may want to. There may also be a few variables here that show up in both types of files, but aren't listed on the Ship Variables page yet.

Example:
NewShipType = StartMissileConfig()
NewShipType.mainEngineMaxSpeed = 300

Variables
See below...



The following list needs a lot of work. If anyone has information about any of these values, or knows of any values that aren't on the list yet, please help fill in the details. Thanks!

Variables

Related Pages:

There are 2 comments on this page. [Display comments]

:: ::