IsMultiplayer: Difference between revisions

Renamed the function to IsMultiplayer
(Made new page for IsNetworkGame, replacing the old "IsMultiplayer" page which is no longer valid.)
 
(Renamed the function to IsMultiplayer)
Line 1: Line 1:
{{ACSWarning}}
{{ACSWarning}}
int '''IsNetworkGame''' (void)
int '''IsMultiplayer''' (void)


==Usage==
==Usage==
Line 15: Line 15:
Script 1 Enter
Script 1 Enter
{
{
     if (IsNetworkGame())
     if (IsMultiplayer())
     {
     {
         Print(s: "Isn't multiplayer fun?");
         Print(s: "Isn't multiplayer fun?");