You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/Cursor/isCursorShowing.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,18 @@ client:
34
34
- path: 'examples/isCursorShowing-3.lua'
35
35
description: |
36
36
This example creates a function to set the state of the [player](/player)'s cursor using the [showCursor](/showCursor) function.
37
+
exampleTitle: 'Toggle Cursor'
37
38
- path: 'examples/isCursorShowing-4.lua'
38
39
description: |
39
40
If you are already advanced in scripting, using this code is recommended, as it is much more compact:
40
41
append: true
42
+
exampleTitle: 'Toggle Cursor'
41
43
- path: 'examples/isCursorShowing-5.lua'
42
44
description: |
43
45
This example creates a function that allows the [player](/player) to change the state of the cursor using the [showCursor](/showCursor) and [bindKey](/bindKey) functions.
46
+
exampleTitle: 'Toggle Cursor by binded key'
44
47
- path: 'examples/isCursorShowing-6.lua'
45
48
description: |
46
49
If you are already advanced in scripting, using this code is recommended, as it is much more compact:
0 commit comments