Table of Contents

Slayer_TeamPrefHandlerSG::addPref

There is no doc-string available for this function.

Syntax

script Slayer_TeamPrefHandlerSG::addPref(string %this, string %category, string %title, string %variable, string %type, string %defaultValue, string %notify, string %editRights, string %list, string %callback);

Parameters

string %this
No description available.

string %category
No description available.

string %title
No description available.

string %variable
No description available.

string %type
No description available.

string %defaultValue
No description available.

string %notify
No description available.

string %editRights
No description available.

string %list
No description available.

string %callback
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamPrefHandlerSG.cs:300

See also

Slayer_TeamPrefHandlerSG::exportTeamPreferences
Slayer_TeamPrefHandlerSG::getPref
Slayer_TeamPrefHandlerSG::getPrefSO
Slayer_TeamPrefHandlerSG::importTeamPreferences
Slayer_TeamPrefHandlerSG::onAdd
Slayer_TeamPrefHandlerSG::resetPreferences
Slayer_TeamPrefHandlerSG::resetPrefs
Slayer_TeamPrefHandlerSG::sendPreferenceData
Slayer_TeamPrefHandlerSG::sendPreferenceValues
Slayer_TeamPrefHandlerSG::setPref

References

This function is not called by any other functions.