|
| void | FunctionRandom (Universe &universe, ScriptInterface &script_engine) |
| | Initializes functions for RNG More...
|
| |
| void | FunctionUniverseBodyGen (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionCivilizationGen (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionEconomy (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionUser (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionPopulation (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionShips (cqsp::common::Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionEvent (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionResource (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionCivilizations (Universe &universe, ScriptInterface &script_engine) |
| |
| void | FunctionScience (Universe &universe, ScriptInterface &script_engine) |
| |
| sol::table | GetMarketTable (Universe &universe, ScriptInterface &script_engine, entt::entity market) |
| |
| void | FunctionTrade (Universe &universe, ScriptInterface &script_engine) |
| |
| void | LoadFunctions (Universe &universe, ScriptInterface &script_engine) |
| |
Notes: If you want to return arrays you need to encapsulate it on sol::as_table