(svn r23613) -Add: allow IsDeveloperOnly in info.nut, to indicate if you can select this GS via the GUI (optional, defaults to false)
This commit is contained in:
@@ -142,6 +142,10 @@ public:
|
||||
*/
|
||||
int GetSettingDefaultValue(const char *name) const;
|
||||
|
||||
/**
|
||||
* Can this script be selected by developers only?
|
||||
*/
|
||||
virtual bool IsDeveloperOnly() const { return false; }
|
||||
|
||||
protected:
|
||||
class Squirrel *engine; ///< Engine used to register for Squirrel.
|
||||
|
Reference in New Issue
Block a user