Home
last modified time | relevance | path

Searched refs:setTeam (Results 1 – 25 of 96) sorted by relevance

1234

/dports/games/scorched3d/scorched/src/common/simactions/
H A DTankTeamBallanceSimAction.cpp71 current->setTeam(1); in invokeAction()
76 current->setTeam(0); in invokeAction()
202 setTeam(context, tank, i+1); in checkTeamsAuto()
220 if (current->getDestinationId() == 0) setTeam(context, current, 1); in checkTeamsBotsVs()
221 else setTeam(context, current, 2); in checkTeamsBotsVs()
226 void TankTeamBallanceSimAction::setTeam(ScorchedContext &context, Tank *tank, unsigned int team) in setTeam() function in TankTeamBallanceSimAction
238 tank->setTeam(team); in setTeam()
H A DTankChangeSimAction.cpp153 tank->setTeam(message_.getPlayerTeam()); in invokeAction()
157 tank->setTeam(context.getOptionsTransient().getLeastUsedTeam( in invokeAction()
H A DTankTeamBallanceSimAction.h48 void setTeam(ScorchedContext &context, Tank *tank, unsigned int team);
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DTeams.hs10 , setTeam
50 setTeam :: TeamId -> MH ()
51 setTeam tId = setTeamFocusWith $ Z.findRight (== tId) function
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/org/xpilot/jxpmap/
H A DBase.java33 setTeam(team); in Base()
57 public void setTeam (int team) { in setTeam() method in Base
H A DCannon.java50 setTeam(-1); in Cannon()
63 setTeam(team); in Cannon()
129 public void setTeam(int team) { in setTeam() method in Cannon
H A DBallTarget.java25 setTeam(team); in BallTarget()
H A DTarget.java22 setTeam(team); in Target()
H A DMapCanvas.java450 o.setTeam(oldTeam); in setObjectTeam()
453 o.setTeam(newTeam); in setObjectTeam()
468 b.setTeam(oldTeam); in setBaseProperties()
473 b.setTeam(newTeam); in setBaseProperties()
488 b.setTeam(oldTeam); in setBallProperties()
492 b.setTeam(newTeam); in setBallProperties()
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DPlayerInitialDialog.cpp158 viewer_->setTeam(newTeam); in draw()
217 viewer_->setTeam(0); in initializeFromTank()
H A DPlayerInGameDialog.cpp243 viewer_->setTeam(0); in initializeFromTank()
256 viewer_->setTeam(team); in initializeFromTank()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Storage/
H A DBucketAccessControlProjectTeam.php31 public function setTeam($team) function in Google_Service_Storage_BucketAccessControlProjectTeam
H A DObjectAccessControlProjectTeam.php31 public function setTeam($team) function in Google_Service_Storage_ObjectAccessControlProjectTeam
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storage/
H A DObjectAccessControlProjectTeam.php31 public function setTeam($team) function in Google_Service_Storage_ObjectAccessControlProjectTeam
H A DBucketAccessControlProjectTeam.php31 public function setTeam($team) function in Google_Service_Storage_BucketAccessControlProjectTeam
/dports/games/warzone2100/warzone2100/tools/qwzm/
H A Dwzmglwidget.h35 void setTeam(int index);
H A Dqwzm.h80 void setTeam(int index);
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DJoinMenu.cxx90 setTeam(info->team); in JoinMenu()
164 setTeam(info->team); in show()
279 void JoinMenu::setTeam(TeamColor teamcol) in setTeam() function in JoinMenu
H A DJoinMenu.h54 void setTeam(TeamColor);
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DJoinMenu.cxx90 setTeam(info->team); in JoinMenu()
164 setTeam(info->team); in show()
279 void JoinMenu::setTeam(TeamColor teamcol) in setTeam() function in JoinMenu
H A DJoinMenu.h54 void setTeam(TeamColor);
/dports/games/scorched3d/scorched/src/common/tanket/
H A DTanket.h52 void setTeam(unsigned int team) { team_ = team; } in setTeam() function
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWTankViewer.h44 void setTeam(int team);
/dports/games/glest/glest_source_3.2.2/source/glest_game/game/
H A Dstats.h70 void setTeam(int playerIndex, int teamIndex) {playerStats[playerIndex].teamIndex= teamIndex;} in setTeam() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DShipEditorDialogModel.h77 void setTeam(int);

1234