Public Member Functions | |
| mixed | AddConnection (mixed other_system_name) |
| mixed | AddConnections (mixed...) |
| mixed | AddSun (mixed objtype, mixed name, mixed stellarclass) |
| mixed | AddPlanetEx (mixed objtype, mixed name, mixed planettype, mixed diameter, mixed mass, mixed orad, mixed operiod, mixed inclin, mixed eccen, mixed rotperiod, mixed mooncount, mixed atmosphere) |
Definition at line 428 of file lua_pseudo_code.cpp.
| mixed gSystemPrototype::AddConnection | ( | mixed | other_system_name | ) | [inline] |
Definition at line 430 of file lua_pseudo_code.cpp.
| mixed gSystemPrototype::AddConnections | ( | mixed... | ) | [inline] |
Definition at line 432 of file lua_pseudo_code.cpp.
| mixed gSystemPrototype::AddSun | ( | mixed | objtype, | |
| mixed | name, | |||
| mixed | stellarclass | |||
| ) | [inline] |
Definition at line 434 of file lua_pseudo_code.cpp.
| mixed gSystemPrototype::AddPlanetEx | ( | mixed | objtype, | |
| mixed | name, | |||
| mixed | planettype, | |||
| mixed | diameter, | |||
| mixed | mass, | |||
| mixed | orad, | |||
| mixed | operiod, | |||
| mixed | inclin, | |||
| mixed | eccen, | |||
| mixed | rotperiod, | |||
| mixed | mooncount, | |||
| mixed | atmosphere | |||
| ) | [inline] |
Definition at line 436 of file lua_pseudo_code.cpp.
1.5.6