Table of Contents

[Slayer_MiniGameSO] serverCmdCreateMinigame

There is no doc-string available for this function.

Syntax

script [Slayer_MiniGameSO] serverCmdCreateMinigame(string %client, string %a, string %b, string %c, string %d, string %e, string %f, string %g);

Parameters

string %client
No description available.

string %a
No description available.

string %b
No description available.

string %c
No description available.

string %d
No description available.

string %e
No description available.

string %f
No description available.

string %g
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer_MiniGameSO.cs:1943

See also

[Slayer_MiniGameSO] getBrickGroupFromObject
[Slayer_MiniGameSO] getMinigameFromObject
[Slayer_MiniGameSO] minigameCanDamage
[Slayer_MiniGameSO] minigameCanSlayerUse
[Slayer_MiniGameSO] minigameCanUse
[Slayer_MiniGameSO] serverCmdAcceptMinigameInvite
[Slayer_MiniGameSO] serverCmdEndMinigame
[Slayer_MiniGameSO] serverCmdIgnoreMinigameInvite
[Slayer_MiniGameSO] serverCmdInviteToMinigame
[Slayer_MiniGameSO] serverCmdJoinMinigame
[Slayer_MiniGameSO] serverCmdLeaveMinigame
[Slayer_MiniGameSO] serverCmdRejectMinigameInvite
[Slayer_MiniGameSO] serverCmdRemoveFromMinigame
[Slayer_MiniGameSO] serverCmdResetMinigame
[Slayer_MiniGameSO] serverCmdSetMiniGameData

References

This function is not called by any other functions.