Skip to content

Commit

Permalink
6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zezombye committed Feb 10, 2021
1 parent 457c196 commit 458dc6a
Show file tree
Hide file tree
Showing 16 changed files with 1,035 additions and 74 deletions.
19 changes: 19 additions & 0 deletions FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Arcsine In Degrees | asinDeg()
Arcsine In Radians | asin()
Arctangent In Degrees | atan2Deg()
Arctangent In Radians | atan2()
Assist Count | getNumberOfAssistIds()
Attacker | attacker
Backward | Vector.BACKWARD
Big Message | bigMessage()
Expand All @@ -49,6 +50,8 @@ Current Game Mode | getCurrentGamemode()
Current Map | getCurrentMap()
Custom Color | rgba()
Damage | damage()
Damage Modification Count | getNumberOfDamageModificationIds()
Damage Over Time Count | getNumberOfDoTIds()
Declare Match Draw | declareDraw()
Declare Player Victory | declarePlayerVictory()
Declare Round Draw | declareRoundDraw()
Expand Down Expand Up @@ -83,6 +86,7 @@ Enable Built-In Game Mode Completion | enableGamemodeCompletion()
Enable Built-In Game Mode Music | enableMusic()
Enable Built-In Game Mode Scoring | enableScoring()
Enable Inspector Recording | enableInspector()
Entity Count | getNumberOfEntityIds()
Entity Exists | entityExists()
Evaluate Once | evalOnce()
Event Ability | eventAbility
Expand All @@ -99,8 +103,10 @@ Flag Position | getFlagPosition()
Forward | Vector.FORWARD
Go To Assemble Heroes | goToAssembleHeroes()
Heal | heal()
Heal Over Time Count | getNumberOfHoTIds()
Healee | healee
Healer | healer
Healing Modification Count | getNumberOfHealingModificationIds()
Hero Icon String | heroIcon()
Horizontal Angle From Direction | horizontalAngleOfDirection()
Horizontal Angle Towards | horizontalAngleTowards()
Expand Down Expand Up @@ -132,6 +138,7 @@ Last Heal Over Time ID | getLastHoT()
Last Healing Modification ID | getLastHealingModification()
Last Text ID | getLastCreatedText()
Left | Vector.LEFT
Local Player | localPlayer
Local Vector Of | localVector()
Log To Inspector | printLog()
Magnitude Of | magnitude()
Expand All @@ -140,6 +147,7 @@ Match Time | getMatchTime()
Max | max()
Min | min()
Modify Team Score | addToTeamScore()
Move Player To Team | moveToTeam()
Nearest Walkable Position | nearestWalkablePosition()
Normalize | normalize()
Null | null
Expand All @@ -166,6 +174,9 @@ Random Real | random.uniform()
Random Value In Array | random.choice()
Randomized Array | random.shuffle()
Remove Health Pool From Player | removeHealthPool()
Remove Player | removeFromGame()
Restart Match | restartMatch()
Return To Lobby | returnToLobby()
Right | Vector.RIGHT
Server Load | getServerLoad()
Server Load Average | getAverageServerLoad()
Expand All @@ -181,6 +192,7 @@ Spawn Points | getSpawnPoints()
Square Root | sqrt()
Start Damage Modification | startDamageModification()
Start Forcing Spawn Room | startForcingSpawn()
Start Game Mode | startGamemode()
Start Healing Modification | startHealingModification()
Stop All Assists | stopAllAssists()
Stop All Damage Modifications | stopAllDamageModifications()
Expand All @@ -196,6 +208,7 @@ String Length | strLen()
Tangent From Degrees | tanDeg()
Tangent From Radians | tan()
Team Score | teamScore()
Text Count | getNumberOfTextIds()
Total Time Elapsed | getTotalTimeElapsed()
True | true
Unpause Match Time | unpauseMatchTime()
Expand Down Expand Up @@ -244,6 +257,8 @@ Disable Movement Collision With Environment | \<player\>.disableEnvironmentColli
Disable Movement Collision With Players | \<player\>.disablePlayerCollision()
Disable Nameplates | \<player\>.disableNameplatesFor()
Disable Scoreboard | \<player\>.disableScoreboard()
Disable Text Chat | \<player\>.disableTextChat()
Disable Voice Chat | \<player\>.disableVoiceChat()
Disallow Button | \<player\>.disallowButton()
Enable Built-In Game Mode Respawning | \<player\>.enableRespawn()
Enable Death Spectate All Players | \<player\>.enableDeathSpectateAllPlayers()
Expand All @@ -257,6 +272,8 @@ Enable Movement Collision With Environment | \<player\>.enableEnvironmentCollisi
Enable Movement Collision With Players | \<player\>.enablePlayerCollision()
Enable Nameplates | \<player\>.enableNameplatesFor()
Enable Scoreboard | \<player\>.enableScoreboard()
Enable Text Chat | \<player\>.enableTextChat()
Enable Voice Chat | \<player\>.enableVoiceChat()
Eye Position | \<player\>.getEyePosition()
Facing Direction Of | \<player\>.getFacingDirection()
Has Spawned | \<player\>.hasSpawned()
Expand Down Expand Up @@ -361,6 +378,7 @@ Start Assist | \<player\>.startGrantingAssistFor()
Start Camera | \<player\>.startCamera()
Start Damage Over Time | \<player\>.startDoT()
Start Facing | \<player\>.startFacing()
Start Forcing Dummy Bot Name | \<player\>.startForcingName()
Start Forcing Player Outlines | \<player\>.startForcingOutlineFor()
Start Forcing Player Position | \<player\>.startForcingPosition()
Start Forcing Player To Be Hero | \<player\>.startForcingHero()
Expand All @@ -377,6 +395,7 @@ Stop All Damage Over Time | \<player\>.stopAllDoT()
Stop All Heal Over Time | \<player\>.stopAllHoT()
Stop Camera | \<player\>.stopCamera()
Stop Facing | \<player\>.stopFacing()
Stop Forcing Dummy Bot Name | \<player\>.stopForcingName()
Stop Forcing Player Outlines | \<player\>.stopForcingOutlineFor()
Stop Forcing Player Position | \<player\>.stopForcingPosition()
Stop Forcing Player To Be Hero | \<player\>.stopForcingCurrentHero()
Expand Down
Loading

0 comments on commit 458dc6a

Please sign in to comment.