Codechange: use std::string as script API return type
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
* @pre IsValidGroup(group_id).
|
||||
* @return The name the group has.
|
||||
*/
|
||||
static char *GetName(GroupID group_id);
|
||||
static std::optional<std::string> GetName(GroupID group_id);
|
||||
|
||||
/**
|
||||
* Set parent group of a group.
|
||||
|
Reference in New Issue
Block a user