Skip to content

Commit

Permalink
Add E2 descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Nov 9, 2024
1 parent 28731ff commit 70228ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/wire/client/e2descriptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,8 @@ E2Helper.Descriptions["printColorDriver(e:r)"] = "Like printColorDriver but take
E2Helper.Descriptions["printTable(t)"] = "Prints a table like the lua function PrintTable does, except to the chat area"
E2Helper.Descriptions["printTable(r)"] = "Prints an array like the lua function PrintTable does, except to the chat area"
E2Helper.Descriptions["setClipboardText(s)"] = "Adds the given string to the chip owners clipboard"
E2Helper.Descriptions["printCaption(snn)"] = "Emits a closed caption with the provided text and duration in seconds. The last argument is used to control the playerclr code"
E2Helper.Descriptions["printCaption(sn)"] = "Emits a closed caption with the provided text and duration in seconds"

-- Time
E2Helper.Descriptions["tickClk()"] = "DEPRECATED. Use 'event tick()' instead! Returns 1 if the current execution was caused by \"runOnTick\""
Expand Down

0 comments on commit 70228ca

Please sign in to comment.