Table of Contents

Slayer_PrefHandlerSG::setPref

There is no doc-string available for this function.

Syntax

script Slayer_PrefHandlerSG::setPref(string %this, string %category, string %title, string %value, string %mini);

Parameters

string %this
No description available.

string %category
No description available.

string %title
No description available.

string %value
No description available.

string %mini
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer_PrefHandlerSG.cs:497

See also

Slayer_PrefHandlerSG::addNonNetworkedPref
Slayer_PrefHandlerSG::addPref
Slayer_PrefHandlerSG::addTransientPref
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

References

This function is not called by any other functions.