Table of Contents

Slayer_Support::swapItemsInList

There is no doc-string available for this function.

Syntax

script Slayer_Support::swapItemsInList(string %list, string %index1, string %index2);

Parameters

string %list
No description available.

string %index1
No description available.

string %index2
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/common/support/Support.cs:180

See also

Slayer_Support::Benchmark
Slayer_Support::debug
Slayer_Support::error
Slayer_Support::getAverageColor
Slayer_Support::getBLIDFromObject
Slayer_Support::getBlocklandID
Slayer_Support::getClientFromObject
Slayer_Support::getClosestPaintColor
Slayer_Support::getDynamicVariable
Slayer_Support::getIDFromUiName
Slayer_Support::isFloat
Slayer_Support::isItemInList
Slayer_Support::isVehicle
Slayer_Support::LoadFiles
Slayer_Support::rgbToHex
Slayer_Support::setDynamicVariable
Slayer_Support::stripTrailingZeros

References

Slayer_MiniGameSO::getMemberListSortedScore: Add-Ons/Gamemode_Slayer/server/core/Slayer_MiniGameSO.cs:1010
Slayer_TeamHandlerSG::getTeamListSortedScore: Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamHandlerSG.cs:494