Table of Contents

Slayer_MiniGameHandlerSG::addMinigame

There is no doc-string available for this function.

Syntax

script Slayer_MiniGameHandlerSG::addMinigame(string %this, string %client, string %configFilePrefix);

Parameters

string %this
No description available.

string %client
No description available.

string %configFilePrefix
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer_MiniGameHandlerSG.cs:21

See also

Slayer_MiniGameHandlerSG::broadcastAllMinigames
Slayer_MiniGameHandlerSG::canCreateMinigame
Slayer_MiniGameHandlerSG::endAllMinigames
Slayer_MiniGameHandlerSG::getHighestPriorityMinigame
Slayer_MiniGameHandlerSG::getHostMinigame
Slayer_MiniGameHandlerSG::getMinigameFromBLID
Slayer_MiniGameHandlerSG::onAdd
Slayer_MiniGameHandlerSG::onRemove
Slayer_MiniGameHandlerSG::setDefaultMinigame

References

This function is not called by any other functions.