Skip to content

Commit

Permalink
Update lua autocomplete
Browse files Browse the repository at this point in the history
[CI BUILD]
  • Loading branch information
andybak committed Jul 18, 2023
1 parent fa9c434 commit c3358a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Assets/Resources/LuaModules/__autocomplete.lua
Expand Up @@ -2444,6 +2444,12 @@ Wand.pressure = nil
---@type Vector3
Wand.speed = nil

---@type boolean
Wand.triggerIsPressed = nil

---@type boolean
Wand.triggerPressedThisFrame = nil


---Methods for type Wand

Expand Down

0 comments on commit c3358a0

Please sign in to comment.