diff --git a/doc/config.ld b/doc/config.ld index 79ac9eed..a1208208 100644 --- a/doc/config.ld +++ b/doc/config.ld @@ -22,6 +22,7 @@ new_type("gui", "Guis", true) new_type("config", "Configs", true) new_type("dep", "Dependencies", false) +new_type("element", "Elements", false) new_type("event", "Events", false, "Event Parameters") new_type("command", "Commands", false, "Command Parameters") diff --git a/doc/control/Jail.html b/doc/control/Jail.html index 1dfe56b7..7f30d80c 100644 --- a/doc/control/Jail.html +++ b/doc/control/Jail.html @@ -64,6 +64,18 @@
Explosive Gaming's server scenario for 0.17
+ + +Gui Module - Player List + - Adds a player list to show names and play time; also includes action buttons which can apply to players
+ + + + + + + + + + + + +| expcore.gui | +
| expcore.roles | +
| expcore.store | +
| utils.game | +
| utils.event | +
| expcore.common | +
| config.action_buttons | +
| resources.color_presets | +
| open_action_bar | +Button used to open the action bar | +
| close_action_bar | +Button used to close the action bar | +
| reason_confirm | +Button used to confirm a reason | +
| player_list | +Registers the player list | +
Button used to open the action bar
+ + + + + + + + + + + + + + + + +Button used to close the action bar
+ + + + + + + + + + + + + + + + +Button used to confirm a reason
+ + + + + + + + + + + + + + + + +Registers the player list
+ + + + + + + + + + + + + + + + + + + + +Explosive Gaming's server scenario for 0.17
+ + +Gui Module - Rocket Info + - Adds a rocket infomation gui which shows general stats, milestones and build progress of rockets
+ + + + + + + + + + + + +| expcore.gui | +
| expcore.roles | +
| utils.event | +
| config.rockets | +
| expcore.common | +
| resources.color_presets | +
| modules.control.rockets | +
| zoom_to_map | +Used on the name label to allow zoom to map | +
| launch_rocket | +Used to launch the rocket, when it is ready | +
| toggle_rocket | +Used to toggle the auto launch on a rocket | +
| toggle_section | +Used to toggle the visibility of the different sections | +
| rocket_info | +Registers the rocket info | +
Used on the name label to allow zoom to map
+ + + + + + + + + + + + + + + + +Used to launch the rocket, when it is ready
+ + + + + + + + + + + + + + + + +Used to toggle the auto launch on a rocket
+ + + + + + + + + + + + + + + + +Used to toggle the visibility of the different sections
+ + + + + + + + + + + + + + + + +Registers the rocket info
+ + + + + + + + + + + + + + + + + + + + +Explosive Gaming's server scenario for 0.17
+ + +Gui Module - Science Info + - Adds a science info gui that shows production usage and net for the different science packs as well as an eta
+ + + + + + + + + + + + +| expcore.gui | +
| utils.event | +
| expcore.common | +
| config.science | +
| modules.control.production | +
| science_info | +Registers the science info | +
Explosive Gaming's server scenario for 0.17
+ + +Gui Module - Task List + - Adds a task list to the game which players can add remove and edit items on
+ + + + + + + + + + + + +| expcore.gui | +
| utils.event | +
| expcore.roles | +
| config.tasks | +
| expcore.common | +
| modules.control.tasks | +
| add_new_task | +Button in the header to add a new task | +
| confirm_edit | +Used to save changes to a task | +
| cancel_edit | +Used to cancel any changes you made to a task | +
| discard_task | +Removes the task from the list | +
| edit_task | +Opens edit mode for the task | +
| task_list | +Registers the task list | +
Button in the header to add a new task
+ + + + + + + + + + + + + + + + +Used to save changes to a task
+ + + + + + + + + + + + + + + + +Used to cancel any changes you made to a task
+ + + + + + + + + + + + + + + + +Removes the task from the list
+ + + + + + + + + + + + + + + + +Opens edit mode for the task
+ + + + + + + + + + + + + + + + +Registers the task list
+ + + + + + + + + + + + + + + + + + + + +Explosive Gaming's server scenario for 0.17
+ + +Gui Module - Warp List + - Adds a warp list gui which allows players to add and remove warp points
+ + + + + + + + + + + + +| expcore.gui | +
| expcore.store | +
| utils.global | +
| utils.event | +
| utils.game | +
| expcore.roles | +
| resources.color_presets | +
| config.warps | +
| expcore.common | +
| modules.control.warps | +
| zoom_to_map | +Used on the name label to allow zoom to map | +
| warp_timer | +This timer controls when a player is able to warp, eg every 60 seconds | +
| goto_warp | +When the button is clicked it will teleport the player | +
| add_new_warp | +Will add a new warp to the list, checks if the player is too close to an existing one | +
| confirm_edit | +Confirms the edit to name or icon of the warp | +
| cancel_edit | +Cancels the editing changes of the selected warp name or icon | +
| discard_warp | +Removes a warp from the list, including the physical area and map tag | +
| edit_warp | +Opens edit mode for the warp | +
| warp_list | +Registers the warp list | +
Used on the name label to allow zoom to map
+ + + + + + + + + + + + + + + + +This timer controls when a player is able to warp, eg every 60 seconds
+ + + + + + + + + + + + + + + + +When the button is clicked it will teleport the player
+ + + + + + + + + + + + + + + + +Will add a new warp to the list, checks if the player is too close to an existing one
+ + + + + + + + + + + + + + + + +Confirms the edit to name or icon of the warp
+ + + + + + + + + + + + + + + + +Cancels the editing changes of the selected warp name or icon
+ + + + + + + + + + + + + + + + +Removes a warp from the list, including the physical area and map tag
+ + + + + + + + + + + + + + + + +Opens edit mode for the warp
+ + + + + + + + + + + + + + + + +Registers the warp list
+ + + + + + + + + + + + + + + + + + + + +| Player-List | +Gui Module - Player List + - Adds a player list to show names and play time; also includes action buttons which can apply to players | +
| Rocket-Info | +Gui Module - Rocket Info + - Adds a rocket infomation gui which shows general stats, milestones and build progress of rockets | +
| Science-Info | +Gui Module - Science Info + - Adds a science info gui that shows production usage and net for the different science packs as well as an eta | +
| Task-List | +Gui Module - Task List + - Adds a task list to the game which players can add remove and edit items on | +
| Warps-List | +Gui Module - Warp List + - Adds a warp list gui which allows players to add and remove warp points | +
| modules.addons.damage-popups | Displays the amount of dmg that is done by players to entities also shows player health when a player is attacked | -
| modules.gui.player-list | -Gui left frame define for a player list | -
| modules.gui.rocket-info | -Adds a rocket infomation gui which shows general stats, milestones and build progress of rockets | -
| modules.gui.science-info | -Adds a science info gui that shows production usage and net for the different science packs as well as an eta | -
| modules.gui.task-list | -Adds a task list to the game which players can add remove and edit items on |
| utils.alien_evolution_progress | @@ -405,7 +417,7 @@ generated by LDoc