This site has been archived and made available for preservation purposes. No edits can be made.

GetMaximumPlayers

(Difference between revisions)
Return to current revision
  1. -
    Retrieves the maximum players able to connect to this server.
  2. +
    Retrieves the maximum amount of players allowed to connect to this server.
  3.  
    [h="2"] Declaration [/h]
    [highlight=cpp]
  4. -
    VAULTSCRIPT vaultmp::UCount (*GetMaximumPlayers)();
  5. +
    VAULTSCRIPT VAULTSPACE UCount (*VAULTAPI(GetMaximumPlayers))() _CPP(noexcept);
    [/highlight]
    [highlight=c]
  6.  
    native GetMaximumPlayers();
    [/highlight]
    [h="2"] Parameters [/h]
    None.
    [h="2"] Return value [/h]
  7. -
    Returns a [wiki="UCount"]vaultmp::UCount[/wiki].
  8. +
    Returns a [wiki="UCount"]UCount[/wiki].
  9.  
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]