Home
last modified time | relevance | path

Searched refs:CreatePlayers (Results 1 – 17 of 17) sorted by relevance

/dports/games/wyrmsun/Wyrmsun-3.5.4/maps/earth/
H A Ditaly.sms11 CreatePlayers(0, Map.Info.MapWidth - 1, 0, Map.Info.MapHeight - 1, true, false, true, nil, nil, fal…
H A Dgardariki.sms11 CreatePlayers(0, Map.Info.MapWidth - 1, 0, Map.Info.MapHeight - 1, true, false, true, nil, nil, fal…
H A Dsouthern_baltic.sms11 CreatePlayers(0, Map.Info.MapWidth - 1, 0, Map.Info.MapHeight - 1, true, false, true, nil, nil, fal…
H A Dtanais.sms11 CreatePlayers(0, Map.Info.MapWidth - 1, 0, Map.Info.MapHeight - 1, true, false, true, nil, nil, fal…
H A Daquitania.sms16 CreatePlayers(12, Map.Info.MapWidth, 0, Map.Info.MapHeight, true, false, true, nil, nil)
/dports/games/wyrmsun/Wyrmsun-3.5.4/maps/nidavellir/
H A Dsvarinshaug.sms7 CreatePlayers(0, Map.Info.MapWidth - 1, 0, Map.Info.MapHeight - 1, true, false, true, nil, nil, fal…
/dports/games/spacezero/spacezero/include/
H A Dplayers.h116 void CreatePlayers(char *clientname,struct Parametres param);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DCreateMPPlayers.cs25 void ICreatePlayers.CreatePlayers(World w) in ICreatePlayers.CreatePlayers()
H A DEditorActorLayer.cs47 void ICreatePlayers.CreatePlayers(World w) in ICreatePlayers.CreatePlayers()
/dports/games/spacezero/spacezero/src/
H A Dplayers.c63 void CreatePlayers(char *clientname,struct Parametres param){ in CreatePlayers() function
H A Dspacezero.c4603 CreatePlayers(clientname,param); in InitGameVars()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/21.Quake3Explorer/
H A Dmain.cpp503 void CreatePlayers();
1199 void CQuake3EventHandler::CreatePlayers() in CreatePlayers() function in CQuake3EventHandler
1326 CreatePlayers (); in OnEvent()
2112 eventHandler->CreatePlayers (); in runGame()
2126 eventHandler->CreatePlayers (); in runGame()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoPlayer.h359 void CreatePlayers();
H A DVideoPlayer.cpp574 void CVideoPlayer::CreatePlayers() in CreatePlayers() function in CVideoPlayer
642 CreatePlayers(); in CVideoPlayer()
1238 CreatePlayers(); in Prepare()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DWorld.cs214 cmp.CreatePlayers(this); in World()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs388 public interface ICreatePlayers { void CreatePlayers(World w); } in CreatePlayers() method
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dmap_generation.lua1758 function CreatePlayers(min_x, max_x, min_y, max_y, town_halls, symmetric, starting_gold_mine, playe… function
2242CreatePlayers(0, Map.Info.MapWidth, 0, Map.Info.MapHeight, not arg.NoTownHall, symmetric, not arg.…
3992CreatePlayers(round(Map.Info.MapWidth / 6), round(Map.Info.MapWidth * 5 / 6), 0, Map.Info.MapHeigh…
4000CreatePlayers(0, Map.Info.MapWidth, round(Map.Info.MapHeight / 6), round(Map.Info.MapHeight * 5 / …
5943CreatePlayers(16, Map.Info.MapWidth - 16, 16, Map.Info.MapHeight - 16, town_halls, symmetric, true…