Change: Allow GS access to ScriptGroup functions

This commit is contained in:
SamuXarick
2023-01-23 23:10:46 +00:00
committed by rubidium42
parent f225f36c3d
commit f8b5661d28
8 changed files with 51 additions and 8 deletions

View File

@@ -15,11 +15,14 @@
/**
* Creates a list of groups of which you are the owner.
* @note Neither ScriptGroup::GROUP_ALL nor ScriptGroup::GROUP_DEFAULT is in this list.
* @api ai
* @api ai game
* @ingroup ScriptList
*/
class ScriptGroupList : public ScriptList {
public:
/**
* @game @pre ScriptCompanyMode::IsValid().
*/
ScriptGroupList();
};