Table of Contents

Slayer_PrefHandlerSG::addTransientPref

There is no doc-string available for this function.

Syntax

script Slayer_PrefHandlerSG::addTransientPref(string %this, string %category, string %title, string %variable, string %type, string %defaultValue, string %requiresReset, 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 %requiresReset
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_PrefHandlerSG.cs:482

See also

Slayer_PrefHandlerSG::addNonNetworkedPref
Slayer_PrefHandlerSG::addPref
Slayer_PrefHandlerSG::exportMinigamePreferences
Slayer_PrefHandlerSG::exportPrefs
Slayer_PrefHandlerSG::getPref
Slayer_PrefHandlerSG::getPrefSO
Slayer_PrefHandlerSG::importMinigamePreferences
Slayer_PrefHandlerSG::loadInitialPrefs
Slayer_PrefHandlerSG::onAdd
Slayer_PrefHandlerSG::resetPreferences
Slayer_PrefHandlerSG::resetPrefs
Slayer_PrefHandlerSG::sendPreferenceData
Slayer_PrefHandlerSG::sendPreferenceValues
Slayer_PrefHandlerSG::setPref

References

This function is not called by any other functions.