====== VectorAdd ====== (Vector3F a, Vector3F b) Returns a+b. ===== Syntax ===== string VectorAdd(Vector3F %a, Vector3F %b); ===== Parameters ===== [[scripting:doc:engine:types:Vector3F|Vector3F]] **%%%a%%**\\ No description available. [[scripting:doc:engine:types:Vector3F|Vector3F]] **%%%b%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:string|string]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:u:vectorcross|VectorCross]]\\ [[scripting:doc:u:u:vectordist|VectorDist]]\\ [[scripting:doc:u:u:vectordot|VectorDot]]\\ [[scripting:doc:u:u:vectorlen|VectorLen]]\\ [[scripting:doc:u:u:vectornormalize|VectorNormalize]]\\ [[scripting:doc:u:u:vectororthobasis|VectorOrthoBasis]]\\ [[scripting:doc:u:u:vectorscale|VectorScale]]\\ [[scripting:doc:u:u:vectorsub|VectorSub]]\\ ===== References ===== [[scripting:doc:u:player:activatestuff|Player::ActivateStuff]]: Add-Ons/Bot_Hole/packages.cs:493\\ [[scripting:doc:u:aiplayer:stopholeloop|AIPlayer::stopHoleLoop]]: Add-Ons/Bot_Hole/events.cs:252\\ [[scripting:doc:u:aiplayer:dropitem|AIPlayer::dropItem]]: Add-Ons/Bot_Hole/events.cs:909\\ [[scripting:doc:u:aiplayer:dropitem|AIPlayer::dropItem]]: Add-Ons/Bot_Hole/events.cs:912\\ [[scripting:doc:u:aiplayer:dropitem|AIPlayer::dropItem]]: Add-Ons/Bot_Hole/events.cs:913\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:912\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:949\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:954\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:1013\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:1017\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:1256\\ [[scripting:doc:u:aiplayer:hloop|AIPlayer::hLoop]]: Add-Ons/Bot_Hole/holes.cs:1258\\ [[scripting:doc:u:aiplayer:hfindclosestplayerfov|AIPlayer::hFindClosestPlayerFOV]]: Add-Ons/Bot_Hole/holes.cs:1442\\ [[scripting:doc:u:aiplayer:hdetectwall|AIPlayer::hDetectWall]]: Add-Ons/Bot_Hole/holes.cs:1566\\ [[scripting:doc:u:aiplayer:hdetectwall|AIPlayer::hDetectWall]]: Add-Ons/Bot_Hole/holes.cs:1575\\ [[scripting:doc:u:aiplayer:hlookawayfrombrick|AIPlayer::hLookAwayFromBrick]]: Add-Ons/Bot_Hole/holes.cs:1595\\ [[scripting:doc:u:aiplayer:hlookawayfrombrick|AIPlayer::hLookAwayFromBrick]]: Add-Ons/Bot_Hole/holes.cs:1597\\ [[scripting:doc:u:aiplayer:hlookawayfrombrick|AIPlayer::hLookAwayFromBrick]]: Add-Ons/Bot_Hole/holes.cs:1598\\ [[scripting:doc:u:aiplayer:hrunawayfromplayer|AIPlayer::hRunAwayFromPlayer]]: Add-Ons/Bot_Hole/holes.cs:1614\\ [[scripting:doc:u:aiplayer:hrunawayfromplayer|AIPlayer::hRunAwayFromPlayer]]: Add-Ons/Bot_Hole/holes.cs:1616\\ [[scripting:doc:u:aiplayer:hrunawayfromplayer|AIPlayer::hRunAwayFromPlayer]]: Add-Ons/Bot_Hole/holes.cs:1618\\ [[scripting:doc:u:fxdtsbrick:spawnholebot|fxDTSBrick::spawnHoleBot]]: Add-Ons/Bot_Hole/holes.cs:1739\\ [[scripting:doc:u:fxdtsbrick:spawnholebot|fxDTSBrick::spawnHoleBot]]: Add-Ons/Bot_Hole/holes.cs:1861\\ [[scripting:doc:u:fxdtsbrick:spawnholebot|fxDTSBrick::spawnHoleBot]]: Add-Ons/Bot_Hole/holes.cs:1866\\ [[scripting:doc:u:u:hspawnloscheck|hSpawnLOSCheck]]: Add-Ons/Bot_Hole/holes.cs:2009\\ [[scripting:doc:u:aiplayer:hshootaim|AIPlayer::hShootAim]]: Add-Ons/Bot_Hole/holes.cs:2042\\ [[scripting:doc:u:aiplayer:hlookspastically|AIPlayer::hLookSpastically]]: Add-Ons/Bot_Hole/holes.cs:2127\\ [[scripting:doc:u:aiplayer:hlookslightly|AIPlayer::hLookSlightly]]: Add-Ons/Bot_Hole/holes.cs:2146\\ [[scripting:doc:u:aiplayer:hlookslightly|AIPlayer::hLookSlightly]]: Add-Ons/Bot_Hole/holes.cs:2146\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2221\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2233\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2277\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2288\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2298\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2329\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2330\\ [[scripting:doc:u:aiplayer:havoidobstacle|AIPlayer::hAvoidObstacle]]: Add-Ons/Bot_Hole/holes.cs:2448\\ [[scripting:doc:u:u:servercmddoboticon|serverCmdDoBotIcon]]: Add-Ons/Bot_Hole/support.cs:168\\ [[scripting:doc:u:aiplayer:hreturnforwardbackpos|AIPlayer::hReturnForwardBackPos]]: Add-Ons/Bot_Hole/support.cs:497\\ [[scripting:doc:u:aiplayer:hkickrider|AIPlayer::hKickRider]]: Add-Ons/Bot_Hole/support.cs:510\\ [[scripting:doc:u:fxdtsbrick:createwaterzone|fxDTSBrick::createWaterZone]]: Add-Ons/Brick_Large_Cubes/server.cs:119\\ [[scripting:doc:u:brickteledoordata:onplayertouch|brickTeledoorData::onPlayerTouch]]: Add-Ons/Brick_Teledoor/server.cs:124\\ [[scripting:doc:u:brickteledoordata:onplayertouch|brickTeledoorData::onPlayerTouch]]: Add-Ons/Brick_Teledoor/server.cs:128\\ [[scripting:doc:u:brickteledoordata:onplayertouch|brickTeledoorData::onPlayerTouch]]: Add-Ons/Brick_Teledoor/server.cs:131\\ [[scripting:doc:u:brickteledoordata:onplayertouch|brickTeledoorData::onPlayerTouch]]: Add-Ons/Brick_Teledoor/server.cs:135\\ [[scripting:doc:u:fxdtsbrick:vceurelaycallfunction|fxDTSBrick::VCE_relayCallFunction]]: Add-Ons/Event_Variables/server/outputs.cs:2533\\ [[scripting:doc:u:fxdtsbrick:vceucastrelay|fxDTSBrick::VCE_castRelay]]: Add-Ons/Event_Variables/server/outputs.cs:2562\\ [[scripting:doc:u:aiplayer:gotoobjective|AIPlayer::goToObjective]]: Add-Ons/Gamemode_Slayer/server/core/AiPlayer.cs:16\\ [[scripting:doc:u:fxdtsbrick:createtrigger|fxDTSBrick::createTrigger]]: Add-Ons/Gamemode_Slayer/server/core/FxDtsBrick.cs:474\\ [[scripting:doc:u:fxdtsbrick:createtrigger|fxDTSBrick::createTrigger]]: Add-Ons/Gamemode_Slayer/server/core/FxDtsBrick.cs:480\\ [[scripting:doc:u:gameconnection:spectatenexttarget|GameConnection::spectateNextTarget]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:603\\ [[scripting:doc:u:gameconnection:spectateprevtarget|GameConnection::spectatePrevTarget]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:684\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:750\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:751\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:752\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:753\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:759\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:760\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:761\\ [[scripting:doc:u:gameconnection:spectateautocam|GameConnection::spectateAutoCam]]: Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:762\\ [[scripting:doc:u:redkeyimage:onfire|redKeyImage::onFire]]: Add-Ons/Item_Key/server.cs:120\\ [[scripting:doc:u:u:dodgeballcatchtestfoo|dodgeballCatchTestFoo]]: Add-Ons/Item_Sports/dodgeball.cs:8\\ [[scripting:doc:u:dodgeballimage:onfire|dodgeballImage::onFire]]: Add-Ons/Item_Sports/dodgeball.cs:234\\ [[scripting:doc:u:dodgeballimage:onfire|dodgeballImage::onFire]]: Add-Ons/Item_Sports/dodgeball.cs:236\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:15\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:16\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:23\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:24\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:38\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:39\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:41\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:48\\ [[scripting:doc:u:u:dropsoccerball|dropSoccerBall]]: Add-Ons/Item_Sports/soccer.cs:49\\ [[scripting:doc:u:soccerballprojectile:oncollision|soccerBallProjectile::onCollision]]: Add-Ons/Item_Sports/soccer.cs:226\\ [[scripting:doc:u:soccerballprojectile:oncollision|soccerBallProjectile::onCollision]]: Add-Ons/Item_Sports/soccer.cs:227\\ [[scripting:doc:u:soccerballimage:onfire|soccerBallImage::onFire]]: Add-Ons/Item_Sports/soccer.cs:409\\ [[scripting:doc:u:soccerballimage:onfire|soccerBallImage::onFire]]: Add-Ons/Item_Sports/soccer.cs:411\\ [[scripting:doc:u:u:fumblefootball|fumbleFootBall]]: Add-Ons/Item_Sports/football.cs:281\\ [[scripting:doc:u:u:fumblefootball|fumbleFootBall]]: Add-Ons/Item_Sports/football.cs:283\\ [[scripting:doc:u:u:tackleplayer|tacklePlayer]]: Add-Ons/Item_Sports/football.cs:345\\ [[scripting:doc:u:u:tackleplayer|tacklePlayer]]: Add-Ons/Item_Sports/football.cs:357\\ [[scripting:doc:u:footballimage:onfire|footballImage::onFire]]: Add-Ons/Item_Sports/football.cs:553\\ [[scripting:doc:u:footballimage:onfire|footballImage::onFire]]: Add-Ons/Item_Sports/football.cs:555\\ [[scripting:doc:u:footballimage:onballtrigger|footballImage::onBallTrigger]]: Add-Ons/Item_Sports/football.cs:578\\ [[scripting:doc:u:footballimage:onballtrigger|footballImage::onBallTrigger]]: Add-Ons/Item_Sports/football.cs:580\\ [[scripting:doc:u:u:basketballpass|basketballPass]]: Add-Ons/Item_Sports/basketball.cs:14\\ [[scripting:doc:u:u:stealbasketballchance|stealBasketballChance]]: Add-Ons/Item_Sports/basketball.cs:52\\ [[scripting:doc:u:u:stealbasketballchance|stealBasketballChance]]: Add-Ons/Item_Sports/basketball.cs:57\\ [[scripting:doc:u:u:stealbasketball|stealBasketball]]: Add-Ons/Item_Sports/basketball.cs:84\\ [[scripting:doc:u:player:isgroundedsport|Player::isGroundedSport]]: Add-Ons/Item_Sports/basketball.cs:103\\ [[scripting:doc:u:player:isgroundedsport|Player::isGroundedSport]]: Add-Ons/Item_Sports/basketball.cs:104\\ [[scripting:doc:u:u:basketballlobcheck|basketballLobCheck]]: Add-Ons/Item_Sports/basketball.cs:533\\ [[scripting:doc:u:basketballshootimage:onfire|basketballShootImage::onFire]]: Add-Ons/Item_Sports/basketball.cs:613\\ [[scripting:doc:u:basketballshootimage:onfire|basketballShootImage::onFire]]: Add-Ons/Item_Sports/basketball.cs:614\\ [[scripting:doc:u:u:passballcheck|passBallCheck]]: Add-Ons/Item_Sports/support.cs:181\\ [[scripting:doc:u:player:dropball|Player::dropBall]]: Add-Ons/Item_Sports/support.cs:234\\ [[scripting:doc:u:player:dropball|Player::dropBall]]: Add-Ons/Item_Sports/support.cs:241\\ [[scripting:doc:u:player:dropball|Player::dropBall]]: Add-Ons/Item_Sports/support.cs:245\\ [[scripting:doc:u:player:spawnball|Player::spawnBall]]: Add-Ons/Item_Sports/support.cs:278\\ [[scripting:doc:u:u:pickupsportballs|pickupSportBalls]]: Add-Ons/Item_Sports/support.cs:420\\ [[scripting:doc:u:gameconnection:applypersistence|GameConnection::applyPersistence]]: Add-Ons/Script_Player_Persistence/server.cs:310\\ [[scripting:doc:u:u:detectdoordts|detectDoorDTS]]: Add-Ons/Support_LegacyDoors/conversion.cs:765\\ [[scripting:doc:u:u:ndtestbricksymmetry|ndTestBrickSymmetry]]: Add-Ons/Tool_NewDuplicator/scripts/server/symmetrytable.cs:173\\ [[scripting:doc:u:player:ndfired|Player::ndFired]]: Add-Ons/Tool_NewDuplicator/scripts/server/images.cs:188\\ [[scripting:doc:u:u:ndgetplateboxfromraycast|ndGetPlateBoxFromRayCast]]: Add-Ons/Tool_NewDuplicator/scripts/server/functions.cs:129\\ [[scripting:doc:u:ndmuplantcopy:movebricksto|NDM_PlantCopy::moveBricksTo]]: Add-Ons/Tool_NewDuplicator/classes/server/duplimode/plantcopy.cs:197\\ [[scripting:doc:u:ndmuboxselect:onstartmode|NDM_BoxSelect::onStartMode]]: Add-Ons/Tool_NewDuplicator/classes/server/duplimode/boxselect.cs:16\\ [[scripting:doc:u:ndmuboxselect:onstartmode|NDM_BoxSelect::onStartMode]]: Add-Ons/Tool_NewDuplicator/classes/server/duplimode/boxselect.cs:17\\ [[scripting:doc:u:nduselectionbox:shift|ND_SelectionBox::shift]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:444\\ [[scripting:doc:u:nduselectionbox:shift|ND_SelectionBox::shift]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:445\\ [[scripting:doc:u:nduselectionbox:rotate|ND_SelectionBox::rotate]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:461\\ [[scripting:doc:u:nduselectionbox:rotate|ND_SelectionBox::rotate]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:476\\ [[scripting:doc:u:nduselectionbox:rotate|ND_SelectionBox::rotate]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:477\\ [[scripting:doc:u:nduselectionbox:rotate|ND_SelectionBox::rotate]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:478\\ [[scripting:doc:u:nduselectionbox:rotate|ND_SelectionBox::rotate]]: Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs:478\\ [[scripting:doc:u:nduselection:tickboxselectionchunk|ND_Selection::tickBoxSelectionChunk]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:731\\ [[scripting:doc:u:nduselection:updatesize|ND_Selection::updateSize]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1174\\ [[scripting:doc:u:nduselection:updatehighlightbox|ND_Selection::updateHighlightBox]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1185\\ [[scripting:doc:u:nduselection:updatehighlightbox|ND_Selection::updateHighlightBox]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1186\\ [[scripting:doc:u:nduselection:ticksupercutchunk|ND_Selection::tickSuperCutChunk]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1410\\ [[scripting:doc:u:nduselection:spawnghostbricks|ND_Selection::spawnGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1644\\ [[scripting:doc:u:nduselection:shiftghostbricks|ND_Selection::shiftGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1704\\ [[scripting:doc:u:nduselection:rotateghostbricks|ND_Selection::rotateGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1752\\ [[scripting:doc:u:nduselection:rotateghostbricks|ND_Selection::rotateGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1756\\ [[scripting:doc:u:nduselection:mirrorghostbricks|ND_Selection::mirrorGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1813\\ [[scripting:doc:u:nduselection:updateghostbricks|ND_Selection::updateGhostBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:1975\\ [[scripting:doc:u:nduselection:getghostcenter|ND_Selection::getGhostCenter]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:2018\\ [[scripting:doc:u:nduselection:getghostworldbox|ND_Selection::getGhostWorldBox]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:2062\\ [[scripting:doc:u:nduselection:getghostworldbox|ND_Selection::getGhostWorldBox]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:2062\\ [[scripting:doc:u:nduselection:plantbrick|ND_Selection::plantBrick]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:2516\\ [[scripting:doc:u:nduselection:ticksavebricks|ND_Selection::tickSaveBricks]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:3572\\ [[scripting:doc:u:nduselection:finishloading|ND_Selection::finishLoading]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:4454\\ [[scripting:doc:u:nduselection:finishloading|ND_Selection::finishLoading]]: Add-Ons/Tool_NewDuplicator/classes/server/selection.cs:4460\\ [[scripting:doc:u:u:cannonfire|CannonFire]]: Add-Ons/Vehicle_Pirate_Cannon/Vehicle_Pirate_Cannon.cs:553\\ [[scripting:doc:u:tankvehicle:damage|TankVehicle::Damage]]: Add-Ons/Vehicle_Tank/Vehicle_Tank.cs:590\\ [[scripting:doc:u:tankvehicle:damage|TankVehicle::Damage]]: Add-Ons/Vehicle_Tank/Vehicle_Tank.cs:602\\ [[scripting:doc:u:tankturretplayer:ondisabled|TankTurretPlayer::onDisabled]]: Add-Ons/Vehicle_Tank/Vehicle_Tank.cs:639\\ [[scripting:doc:u:armor:ontrigger|armor::onTrigger]]: Add-Ons/Vehicle_Tank/Vehicle_Tank.cs:752\\ [[scripting:doc:u:u:serverloadsavefileutick|ServerLoadSaveFile_Tick]]: base/server/scripts/allGameScripts.cs:2965\\ [[scripting:doc:u:u:calcsaveoffset|calcSaveOffset]]: base/server/scripts/allGameScripts.cs:3328\\ [[scripting:doc:u:u:servercmdgetid|serverCmdGetID]]: base/server/scripts/allGameScripts.cs:5224\\ [[scripting:doc:u:u:servercmdgettransform|serverCmdGetTransform]]: base/server/scripts/allGameScripts.cs:5256\\ [[scripting:doc:u:u:servercmdwarp|serverCmdWarp]]: base/server/scripts/allGameScripts.cs:5503\\ [[scripting:doc:u:u:servercmdsetfocalpoint|ServerCmdSetFocalPoint]]: base/server/scripts/allGameScripts.cs:5814\\ [[scripting:doc:u:u:servercmdraypz|serverCmdRayPZ]]: base/server/scripts/allGameScripts.cs:6139\\ [[scripting:doc:u:u:servercmddroptool|ServerCmdDropTool]]: base/server/scripts/allGameScripts.cs:6307\\ [[scripting:doc:u:u:servercmddroptool|ServerCmdDropTool]]: base/server/scripts/allGameScripts.cs:6309\\ [[scripting:doc:u:shapebase:throwobject|ShapeBase::throwObject]]: base/server/scripts/allGameScripts.cs:8868\\ [[scripting:doc:u:shapebase:throwobject|ShapeBase::throwObject]]: base/server/scripts/allGameScripts.cs:8871\\ [[scripting:doc:u:weaponimage:onfire|WeaponImage::onFire]]: base/server/scripts/allGameScripts.cs:9655\\ [[scripting:doc:u:weaponimage:onfire|WeaponImage::onFire]]: base/server/scripts/allGameScripts.cs:9682\\ [[scripting:doc:u:weaponimage:onfire|WeaponImage::onFire]]: base/server/scripts/allGameScripts.cs:9725\\ [[scripting:doc:u:projectiledata:radiusimpulse|ProjectileData::radiusImpulse]]: base/server/scripts/allGameScripts.cs:10314\\ [[scripting:doc:u:armor:dodismount|armor::doDismount]]: base/server/scripts/allGameScripts.cs:11354\\ [[scripting:doc:u:armor:onimpact|armor::onImpact]]: base/server/scripts/allGameScripts.cs:11613\\ [[scripting:doc:u:player:activatestuff|Player::ActivateStuff]]: base/server/scripts/allGameScripts.cs:12001\\ [[scripting:doc:u:player:clearburn|Player::clearBurn]]: base/server/scripts/allGameScripts.cs:12434\\ [[scripting:doc:u:hammerimage:onfire|hammerImage::onFire]]: base/server/scripts/allGameScripts.cs:13276\\ [[scripting:doc:u:hammerimage:onhitobject|hammerImage::onHitObject]]: base/server/scripts/allGameScripts.cs:13395\\ [[scripting:doc:u:wrenchimage:onfire|WrenchImage::onFire]]: base/server/scripts/allGameScripts.cs:13705\\ [[scripting:doc:u:fxdtsbrick:setitemposition|fxDTSBrick::setItemPosition]]: base/server/scripts/allGameScripts.cs:14336\\ [[scripting:doc:u:wandimage:onfire|WandImage::onFire]]: base/server/scripts/allGameScripts.cs:15114\\ [[scripting:doc:u:adminwandimage:onfire|AdminWandImage::onFire]]: base/server/scripts/allGameScripts.cs:16243\\ [[scripting:doc:u:adminwandimage:onhitobject|AdminWandImage::onHitObject]]: base/server/scripts/allGameScripts.cs:16307\\ [[scripting:doc:u:fxdtsbrick:spawnitem|fxDTSBrick::spawnItem]]: base/server/scripts/allGameScripts.cs:22274\\ [[scripting:doc:u:fxdtsbrick:spawnitem|fxDTSBrick::spawnItem]]: base/server/scripts/allGameScripts.cs:22285\\ [[scripting:doc:u:player:addvelocity|Player::addVelocity]]: base/server/scripts/allGameScripts.cs:23046\\ [[scripting:doc:u:vehicle:onactivate|Vehicle::onActivate]]: base/server/scripts/allGameScripts.cs:23289\\ [[scripting:doc:u:wheeledvehicledata:damage|WheeledVehicleData::Damage]]: base/server/scripts/allGameScripts.cs:23706\\ [[scripting:doc:u:flyingvehicledata:damage|FlyingVehicleData::Damage]]: base/server/scripts/allGameScripts.cs:23817\\ [[scripting:doc:u:vehicle:finalexplosion|Vehicle::finalExplosion]]: base/server/scripts/allGameScripts.cs:23887\\ [[scripting:doc:u:fxdtsbrick:getspawnpoint|fxDTSBrick::getSpawnPoint]]: base/server/scripts/allGameScripts.cs:25599\\ [[scripting:doc:u:printgunimage:onfire|PrintGunImage::onFire]]: base/server/scripts/allGameScripts.cs:31020\\ [[scripting:doc:u:u:setwater|setWater]]: base/server/scripts/allGameScripts.cs:32678\\ [[scripting:doc:u:u:setwater|setWater]]: base/server/scripts/allGameScripts.cs:32692\\ [[scripting:doc:u:u:setwater|setWater]]: base/server/scripts/allGameScripts.cs:32718\\ [[scripting:doc:u:u:setwater|setWater]]: base/server/scripts/allGameScripts.cs:32724\\ [[scripting:doc:u:envguiserver:setadvancedmode|EnvGuiServer::SetAdvancedMode]]: base/server/scripts/allGameScripts.cs:32820\\ [[scripting:doc:u:envguiserver:setadvancedmode|EnvGuiServer::SetAdvancedMode]]: base/server/scripts/allGameScripts.cs:32834\\ [[scripting:doc:u:u:servercmdenvguiusetvar|serverCmdEnvGui_SetVar]]: base/server/scripts/allGameScripts.cs:33212\\ [[scripting:doc:u:u:servercmdenvguiusetvar|serverCmdEnvGui_SetVar]]: base/server/scripts/allGameScripts.cs:33221\\ [[scripting:doc:u:player:activatestuff|Player::ActivateStuff]]: base/server/scripts/allGameScripts.cs:34309\\ [[scripting:doc:u:blankaballimage:onunmount|blankaBallImage::onUnMount]]: base/server/scripts/allGameScripts.cs:34728\\ [[scripting:doc:u:gmmucolorsetspage:interact|GMM_ColorsetsPage::interact]]: Add-Ons/System_BlocklandGlass/client/submodules/modmanager/colorsetsPage.cs:280\\ [[scripting:doc:u:gmmucolorsetspage:interact|GMM_ColorsetsPage::interact]]: Add-Ons/System_BlocklandGlass/client/submodules/modmanager/colorsetsPage.cs:285\\ [[scripting:doc:u:gmmucolorsetspage:interact|GMM_ColorsetsPage::interact]]: Add-Ons/System_BlocklandGlass/client/submodules/modmanager/colorsetsPage.cs:286\\ [[scripting:doc:u:gmmuboardspageurtbbutton:onmouseenter|GMM_BoardsPage_RTBButton::onMouseEnter]]: Add-Ons/System_BlocklandGlass/client/submodules/modmanager/boardsPage.cs:226\\ [[scripting:doc:u:glassservers:toggleevent|GlassServers::toggleEvent]]: Add-Ons/System_BlocklandGlass/client/GlassServers.cs:705\\ [[scripting:doc:u:glassservers:toggleevent|GlassServers::toggleEvent]]: Add-Ons/System_BlocklandGlass/client/GlassServers.cs:709\\ [[scripting:doc:u:glassgraphmouse:onmousemove|GlassGraphMouse::onMouseMove]]: Add-Ons/System_BlocklandGlass/client/GlassGraphs.cs:184\\ [[scripting:doc:u:glasslivedrag:onmouseup|GlassLiveDrag::onMouseUp]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:595\\ [[scripting:doc:u:glassfriendsresize:onresize|GlassFriendsResize::onResize]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:1497\\ [[scripting:doc:u:glassfriendsresize:onresize|GlassFriendsResize::onResize]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:1498\\ [[scripting:doc:u:glassfriendsresize:onresize|GlassFriendsResize::onResize]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:1499\\ [[scripting:doc:u:glassmessageresize:onresize|GlassMessageResize::onResize]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:2823\\ [[scripting:doc:u:glasschatroomresize:onresize|GlassChatroomResize::onResize]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:3760\\ [[scripting:doc:u:glassemoteselector:listemotes|GlassEmoteSelector::ListEmotes]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:4242\\ [[scripting:doc:u:glassemoteselector:listemotes|GlassEmoteSelector::ListEmotes]]: Add-Ons/System_BlocklandGlass/client/GlassLive.cs:4263\\ [[scripting:doc:u:glassdownloadguiumouse:onmouseenter|GlassDownloadGui_Mouse::onMouseEnter]]: Add-Ons/System_BlocklandGlass/client/GlassDownloadInterface.cs:179\\ [[scripting:doc:u:glassdownloadguiumouse:onmouseleave|GlassDownloadGui_Mouse::onMouseLeave]]: Add-Ons/System_BlocklandGlass/client/GlassDownloadInterface.cs:184\\ [[scripting:doc:u:glasshighlightswatch:addtoswatch|GlassHighlightSwatch::addToSwatch]]: Add-Ons/System_BlocklandGlass/client/gui/elements/GlassHighlightSwatch.cs:2\\ [[scripting:doc:u:guicontrol:getcanvasposition|GuiControl::getCanvasPosition]]: Add-Ons/System_BlocklandGlass/support/DynamicGui.cs:166\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:946\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:946\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:947\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:947\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:948\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:948\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:949\\ [[scripting:doc:u:gameconnection:ondeath|GameConnection::onDeath]]: base/server/scripts/game.cs:949\\ [[scripting:doc:u:gameconnection:oninfinitelag|GameConnection::onInfiniteLag]]: base/server/scripts/game.cs:1534\\ [[scripting:doc:u:gameconnection:oninfinitelag|GameConnection::onInfiniteLag]]: base/server/scripts/game.cs:1540\\ [[scripting:doc:u:gameconnection:oninfinitelag|GameConnection::onInfiniteLag]]: base/server/scripts/game.cs:1552\\