@tlua/gmod 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/index.d.tlua +1 -0
  2. package/package.json +1 -1
  3. package/types/achievements.d.tlua +15 -45
  4. package/types/ai.d.tlua +5 -15
  5. package/types/angle.d.tlua +18 -54
  6. package/types/baseclass.d.tlua +2 -4
  7. package/types/bf_read.d.tlua +11 -32
  8. package/types/bit.d.tlua +11 -33
  9. package/types/cam.d.tlua +16 -48
  10. package/types/ceffectdata.d.tlua +32 -95
  11. package/types/chat.d.tlua +5 -15
  12. package/types/cleanup.d.tlua +7 -21
  13. package/types/cluaemitter.d.tlua +12 -35
  14. package/types/clualocomotion.d.tlua +40 -119
  15. package/types/cluaparticle.d.tlua +44 -131
  16. package/types/cmovedata.d.tlua +47 -140
  17. package/types/cnavarea.d.tlua +77 -230
  18. package/types/cnavladder.d.tlua +22 -65
  19. package/types/cnewparticleeffect.d.tlua +26 -77
  20. package/types/color.d.tlua +28 -84
  21. package/types/concommand.d.tlua +4 -12
  22. package/types/constraint.d.tlua +28 -84
  23. package/types/construct.d.tlua +1 -3
  24. package/types/contentheader.d.tlua +3 -6
  25. package/types/contenticon.d.tlua +9 -24
  26. package/types/contentsidebar.d.tlua +4 -9
  27. package/types/contextbase.d.tlua +4 -9
  28. package/types/controlpanel.d.tlua +18 -40
  29. package/types/controlpresets.d.tlua +13 -36
  30. package/types/convar.d.tlua +16 -47
  31. package/types/cookie.d.tlua +3 -9
  32. package/types/coroutine.d.tlua +7 -21
  33. package/types/crecipientfilter.d.tlua +16 -47
  34. package/types/csoundpatch.d.tlua +14 -41
  35. package/types/ctakedamageinfo.d.tlua +33 -98
  36. package/types/ctrlnumpad.d.tlua +6 -17
  37. package/types/cusercmd.d.tlua +27 -80
  38. package/types/cvars.d.tlua +6 -18
  39. package/types/dadjustablemodelpanel.d.tlua +7 -18
  40. package/types/dalphabar.d.tlua +3 -6
  41. package/types/dbinder.d.tlua +4 -9
  42. package/types/dbubblecontainer.d.tlua +2 -3
  43. package/types/dbutton.d.tlua +8 -21
  44. package/types/dcheckbox.d.tlua +5 -12
  45. package/types/dcheckboxlabel.d.tlua +9 -27
  46. package/types/dcollapsiblecategory.d.tlua +23 -66
  47. package/types/dcolorbutton.d.tlua +7 -18
  48. package/types/dcolorcombo.d.tlua +5 -12
  49. package/types/dcolorcube.d.tlua +13 -36
  50. package/types/dcolormixer.d.tlua +27 -78
  51. package/types/dcolorpalette.d.tlua +23 -66
  52. package/types/dcolumnsheet.d.tlua +5 -12
  53. package/types/dcombobox.d.tlua +17 -48
  54. package/types/ddragbase.d.tlua +13 -36
  55. package/types/ddrawer.d.tlua +8 -21
  56. package/types/debug.d.tlua +44 -76
  57. package/types/debugoverlay.d.tlua +11 -33
  58. package/types/dentityproperties.d.tlua +5 -12
  59. package/types/derma.d.tlua +10 -30
  60. package/types/dexpandbutton.d.tlua +3 -6
  61. package/types/dfilebrowser.d.tlua +20 -60
  62. package/types/dform.d.tlua +18 -51
  63. package/types/dframe.d.tlua +24 -72
  64. package/types/dgrid.d.tlua +11 -30
  65. package/types/dhorizontaldivider.d.tlua +20 -57
  66. package/types/dhorizontalscroller.d.tlua +11 -30
  67. package/types/dhscrollbar.d.tlua +11 -30
  68. package/types/dhtml.d.tlua +8 -21
  69. package/types/dhtmlcontrols.d.tlua +5 -15
  70. package/types/diconbrowser.d.tlua +11 -30
  71. package/types/diconlayout.d.tlua +18 -51
  72. package/types/dimage.d.tlua +20 -55
  73. package/types/dimagebutton.d.tlua +9 -27
  74. package/types/dlabel.d.tlua +33 -96
  75. package/types/dlabeleditable.d.tlua +5 -12
  76. package/types/dlabelurl.d.tlua +10 -27
  77. package/types/dlistbox.d.tlua +8 -21
  78. package/types/dlistboxitem.d.tlua +4 -9
  79. package/types/dlistview.d.tlua +34 -99
  80. package/types/dlistview_column.d.tlua +14 -39
  81. package/types/dlistview_line.d.tlua +13 -36
  82. package/types/dmenu.d.tlua +28 -75
  83. package/types/dmenubar.d.tlua +6 -11
  84. package/types/dmenuoption.d.tlua +13 -36
  85. package/types/dmenuoptioncvar.d.tlua +6 -15
  86. package/types/dmodelpanel.d.tlua +22 -63
  87. package/types/dmodelselect.d.tlua +2 -3
  88. package/types/dmodelselectmulti.d.tlua +2 -3
  89. package/types/dnotify.d.tlua +10 -27
  90. package/types/dnumberscratch.d.tlua +26 -75
  91. package/types/dnumberwang.d.tlua +16 -45
  92. package/types/dnumslider.d.tlua +17 -51
  93. package/types/dpanel.d.tlua +14 -39
  94. package/types/dpanellist.d.tlua +11 -33
  95. package/types/dpaneloverlay.d.tlua +7 -18
  96. package/types/dpanpanel.d.tlua +6 -15
  97. package/types/dprogress.d.tlua +3 -6
  98. package/types/dproperties.d.tlua +4 -9
  99. package/types/dproperty_combo.d.tlua +3 -6
  100. package/types/dproperty_generic.d.tlua +5 -12
  101. package/types/dpropertysheet.d.tlua +26 -56
  102. package/types/dragndrop.d.tlua +10 -30
  103. package/types/draw.d.tlua +11 -31
  104. package/types/drgbpicker.d.tlua +4 -9
  105. package/types/drive.d.tlua +18 -41
  106. package/types/dscrollpanel.d.tlua +10 -30
  107. package/types/dshape.d.tlua +7 -18
  108. package/types/dsizetocontents.d.tlua +5 -12
  109. package/types/dslider.d.tlua +28 -81
  110. package/types/dsprite.d.tlua +9 -24
  111. package/types/dtab.d.tlua +8 -21
  112. package/types/dtextentry.d.tlua +43 -126
  113. package/types/dtilelayout.d.tlua +21 -60
  114. package/types/dtooltip.d.tlua +6 -15
  115. package/types/dtree.d.tlua +16 -45
  116. package/types/dtree_node.d.tlua +68 -201
  117. package/types/duplicator.d.tlua +30 -88
  118. package/types/dverticaldivider.d.tlua +23 -66
  119. package/types/dvscrollbar.d.tlua +11 -30
  120. package/types/effect.d.tlua +4 -9
  121. package/types/effects.d.tlua +6 -18
  122. package/types/engine.d.tlua +21 -63
  123. package/types/entity.d.tlua +676 -1962
  124. package/types/ents.d.tlua +23 -61
  125. package/types/file.d.tlua +39 -117
  126. package/types/frame_blend.d.tlua +7 -21
  127. package/types/game.d.tlua +39 -117
  128. package/types/gameevent.d.tlua +4 -8
  129. package/types/gamemode.d.tlua +3 -7
  130. package/types/gm.d.tlua +267 -800
  131. package/types/gmsave.d.tlua +4 -12
  132. package/types/gui.d.tlua +21 -63
  133. package/types/gwen.d.tlua +3 -9
  134. package/types/halo.d.tlua +2 -6
  135. package/types/hook.d.tlua +8 -17
  136. package/types/hook_events.d.tlua +2412 -0
  137. package/types/http.d.tlua +1 -3
  138. package/types/iconeditor.d.tlua +11 -30
  139. package/types/igmodaudiochannel.d.tlua +41 -122
  140. package/types/imagecheckbox.d.tlua +4 -9
  141. package/types/imaterial.d.tlua +26 -77
  142. package/types/imesh.d.tlua +5 -14
  143. package/types/input.d.tlua +24 -68
  144. package/types/irestore.d.tlua +9 -26
  145. package/types/isave.d.tlua +9 -26
  146. package/types/itexture.d.tlua +10 -29
  147. package/types/ivideowriter.d.tlua +5 -14
  148. package/types/jit.d.tlua +21 -53
  149. package/types/killicon.d.tlua +7 -21
  150. package/types/language.d.tlua +1 -3
  151. package/types/list.d.tlua +8 -24
  152. package/types/markup.d.tlua +2 -6
  153. package/types/markupobject.d.tlua +5 -14
  154. package/types/math.d.tlua +277 -447
  155. package/types/matproxy.d.tlua +3 -9
  156. package/types/matselect.d.tlua +11 -30
  157. package/types/menubar.d.tlua +2 -6
  158. package/types/mesh.d.tlua +19 -57
  159. package/types/motionsensor.d.tlua +10 -30
  160. package/types/navmesh.d.tlua +26 -78
  161. package/types/net.d.tlua +52 -154
  162. package/types/nextbot.d.tlua +46 -116
  163. package/types/notification.d.tlua +2 -6
  164. package/types/npc.d.tlua +182 -543
  165. package/types/numpad.d.tlua +7 -21
  166. package/types/os.d.tlua +4 -10
  167. package/types/panel.d.tlua +333 -991
  168. package/types/pathfollower.d.tlua +31 -92
  169. package/types/permissions.d.tlua +6 -18
  170. package/types/physcollide.d.tlua +3 -8
  171. package/types/physenv.d.tlua +11 -33
  172. package/types/physobj.d.tlua +78 -233
  173. package/types/player.d.tlua +302 -880
  174. package/types/player_manager.d.tlua +13 -39
  175. package/types/presets.d.tlua +6 -18
  176. package/types/projectedtexture.d.tlua +48 -143
  177. package/types/properties.d.tlua +5 -15
  178. package/types/propselect.d.tlua +5 -12
  179. package/types/render.d.tlua +142 -426
  180. package/types/resource.d.tlua +2 -6
  181. package/types/sandbox.d.tlua +54 -159
  182. package/types/saverestore.d.tlua +12 -36
  183. package/types/schedule.d.tlua +6 -17
  184. package/types/scripted_ents.d.tlua +11 -29
  185. package/types/search.d.tlua +1 -3
  186. package/types/serverlist.d.tlua +7 -21
  187. package/types/sound.d.tlua +10 -30
  188. package/types/spawnicon.d.tlua +8 -21
  189. package/types/spawnmenu.d.tlua +24 -70
  190. package/types/spawnmenucontentpanel.d.tlua +5 -12
  191. package/types/sql.d.tlua +9 -27
  192. package/types/stack.d.tlua +5 -14
  193. package/types/steamworks.d.tlua +18 -54
  194. package/types/string.d.tlua +49 -141
  195. package/types/surface.d.tlua +34 -102
  196. package/types/surfaceinfo.d.tlua +5 -14
  197. package/types/system.d.tlua +10 -30
  198. package/types/table.d.tlua +47 -137
  199. package/types/task.d.tlua +9 -26
  200. package/types/team.d.tlua +19 -57
  201. package/types/timer.d.tlua +14 -42
  202. package/types/tool.d.tlua +46 -131
  203. package/types/ugcpublishwindow.d.tlua +9 -24
  204. package/types/umsg.d.tlua +12 -36
  205. package/types/undo.d.tlua +10 -30
  206. package/types/usermessage.d.tlua +2 -6
  207. package/types/utf8.d.tlua +7 -21
  208. package/types/util.d.tlua +94 -274
  209. package/types/vector.d.tlua +36 -108
  210. package/types/vehicle.d.tlua +52 -149
  211. package/types/vgui.d.tlua +18 -46
  212. package/types/vmatrix.d.tlua +35 -105
  213. package/types/weapon.d.tlua +85 -248
  214. package/types/weapons.d.tlua +6 -16
  215. package/types/widgets.d.tlua +1 -3
  216. package/types/workshopfilebase.d.tlua +5 -14
@@ -13,36 +13,24 @@ interface GmsaveLib {
13
13
  * @source https://wiki.facepunch.com/gmod/gmsave.LoadMap
14
14
  */
15
15
  LoadMap(mapData: string, ply?: Player, callback?: function): void;
16
- }
17
-
18
- interface GmsaveLib {
19
16
  /**
20
17
  * Sets player position and angles from supplied table.
21
18
  * @realm server
22
19
  * @source https://wiki.facepunch.com/gmod/gmsave.PlayerLoad
23
20
  */
24
21
  PlayerLoad(ply: Player, data: table): void;
25
- }
26
-
27
- interface GmsaveLib {
28
22
  /**
29
23
  * Returns a table containing player position and angles. Used by [gmsave.SaveMap](https://wiki.facepunch.com/gmod/gmsave.SaveMap).
30
24
  * @realm server
31
25
  * @source https://wiki.facepunch.com/gmod/gmsave.PlayerSave
32
26
  */
33
27
  PlayerSave(ply: Player): table;
34
- }
35
-
36
- interface GmsaveLib {
37
28
  /**
38
29
  * Saves the map.
39
30
  * @realm server
40
31
  * @source https://wiki.facepunch.com/gmod/gmsave.SaveMap
41
32
  */
42
33
  SaveMap(ply: Player): string;
43
- }
44
-
45
- interface GmsaveLib {
46
34
  /**
47
35
  * Returns if we should save this entity in a duplication or a map save or not.
48
36
  * @realm server
@@ -51,3 +39,7 @@ interface GmsaveLib {
51
39
  ShouldSaveEntity(ent: Entity, t: table): boolean;
52
40
  }
53
41
 
42
+
43
+
44
+
45
+
package/types/gui.d.tlua CHANGED
@@ -13,9 +13,6 @@ interface GuiLib {
13
13
  * @source https://wiki.facepunch.com/gmod/gui.ActivateGameUI
14
14
  */
15
15
  ActivateGameUI(): void;
16
- }
17
-
18
- interface GuiLib {
19
16
  /**
20
17
  * Pushes text to the closed caption box.
21
18
  * **WARNING**: The function will not work, if the console command variable `closecaption` is set to 0.
@@ -25,9 +22,6 @@ interface GuiLib {
25
22
  * @source https://wiki.facepunch.com/gmod/gui.AddCaption
26
23
  */
27
24
  AddCaption(captionStream: string, duration: number, fromPlayer?: boolean): void;
28
- }
29
-
30
- interface GuiLib {
31
25
  /**
32
26
  * Enables the mouse cursor without restricting player movement, like using Sandbox's context menu. See [vgui.CursorVisible](https://wiki.facepunch.com/gmod/vgui.CursorVisible) for a function to see if the cursor is visible or not.
33
27
  *
@@ -38,9 +32,6 @@ interface GuiLib {
38
32
  * @source https://wiki.facepunch.com/gmod/gui.EnableScreenClicker
39
33
  */
40
34
  EnableScreenClicker(enabled: boolean): void;
41
- }
42
-
43
- interface GuiLib {
44
35
  /**
45
36
  * Hides the game main menu if it is currently open.
46
37
  *
@@ -52,45 +43,30 @@ interface GuiLib {
52
43
  * @source https://wiki.facepunch.com/gmod/gui.HideGameUI
53
44
  */
54
45
  HideGameUI(): void;
55
- }
56
-
57
- interface GuiLib {
58
46
  /**
59
47
  * Simulates a mouse move with the given deltas.
60
48
  * @realm client and menu
61
49
  * @source https://wiki.facepunch.com/gmod/gui.InternalCursorMoved
62
50
  */
63
51
  InternalCursorMoved(deltaX: number, deltaY: number): void;
64
- }
65
-
66
- interface GuiLib {
67
52
  /**
68
53
  * Simulates a key press for the given key.
69
54
  * @realm client and menu
70
55
  * @source https://wiki.facepunch.com/gmod/gui.InternalKeyCodePressed
71
56
  */
72
57
  InternalKeyCodePressed(key: number): void;
73
- }
74
-
75
- interface GuiLib {
76
58
  /**
77
59
  * Simulates a key release for the given key.
78
60
  * @realm client and menu
79
61
  * @source https://wiki.facepunch.com/gmod/gui.InternalKeyCodeReleased
80
62
  */
81
63
  InternalKeyCodeReleased(key: number): void;
82
- }
83
-
84
- interface GuiLib {
85
64
  /**
86
65
  * Simulates a key type typing to the specified key.
87
66
  * @realm client and menu
88
67
  * @source https://wiki.facepunch.com/gmod/gui.InternalKeyCodeTyped
89
68
  */
90
69
  InternalKeyCodeTyped(key: number): void;
91
- }
92
-
93
- interface GuiLib {
94
70
  /**
95
71
  * Simulates an ASCII symbol writing.
96
72
  * Use to write text in the chat or in VGUI.
@@ -100,63 +76,42 @@ interface GuiLib {
100
76
  * @source https://wiki.facepunch.com/gmod/gui.InternalKeyTyped
101
77
  */
102
78
  InternalKeyTyped(code: number): void;
103
- }
104
-
105
- interface GuiLib {
106
79
  /**
107
80
  * Simulates a double mouse key press for the given mouse key.
108
81
  * @realm client and menu
109
82
  * @source https://wiki.facepunch.com/gmod/gui.InternalMouseDoublePressed
110
83
  */
111
84
  InternalMouseDoublePressed(key: number): void;
112
- }
113
-
114
- interface GuiLib {
115
85
  /**
116
86
  * Simulates a mouse key press for the given mouse key.
117
87
  * @realm client and menu
118
88
  * @source https://wiki.facepunch.com/gmod/gui.InternalMousePressed
119
89
  */
120
90
  InternalMousePressed(key: number): void;
121
- }
122
-
123
- interface GuiLib {
124
91
  /**
125
92
  * Simulates a mouse key release for the given mouse key.
126
93
  * @realm client and menu
127
94
  * @source https://wiki.facepunch.com/gmod/gui.InternalMouseReleased
128
95
  */
129
96
  InternalMouseReleased(key: number): void;
130
- }
131
-
132
- interface GuiLib {
133
97
  /**
134
98
  * Simulates a mouse wheel scroll with the given delta.
135
99
  * @realm client and menu
136
100
  * @source https://wiki.facepunch.com/gmod/gui.InternalMouseWheeled
137
101
  */
138
102
  InternalMouseWheeled(delta: number): void;
139
- }
140
-
141
- interface GuiLib {
142
103
  /**
143
104
  * Returns whether the console is visible or not.
144
105
  * @realm client and menu
145
106
  * @source https://wiki.facepunch.com/gmod/gui.IsConsoleVisible
146
107
  */
147
108
  IsConsoleVisible(): boolean;
148
- }
149
-
150
- interface GuiLib {
151
109
  /**
152
110
  * Returns whether the game menu overlay ( main menu ) is open or not.
153
111
  * @realm client and menu
154
112
  * @source https://wiki.facepunch.com/gmod/gui.IsGameUIVisible
155
113
  */
156
114
  IsGameUIVisible(): boolean;
157
- }
158
-
159
- interface GuiLib {
160
115
  /**
161
116
  * Returns the cursor's position on the screen, or 0, 0 if cursor is not visible.
162
117
  *
@@ -165,27 +120,18 @@ interface GuiLib {
165
120
  * @deprecated Use input.GetCursorPos instead.
166
121
  */
167
122
  MousePos(): (number, number);
168
- }
169
-
170
- interface GuiLib {
171
123
  /**
172
124
  * Returns x component of the mouse position.
173
125
  * @realm client and menu
174
126
  * @source https://wiki.facepunch.com/gmod/gui.MouseX
175
127
  */
176
128
  MouseX(): number;
177
- }
178
-
179
- interface GuiLib {
180
129
  /**
181
130
  * Returns y component of the mouse position.
182
131
  * @realm client and menu
183
132
  * @source https://wiki.facepunch.com/gmod/gui.MouseY
184
133
  */
185
134
  MouseY(): number;
186
- }
187
-
188
- interface GuiLib {
189
135
  /**
190
136
  * Opens specified URL in the steam overlay browser.
191
137
  *
@@ -196,9 +142,6 @@ interface GuiLib {
196
142
  * @source https://wiki.facepunch.com/gmod/gui.OpenURL
197
143
  */
198
144
  OpenURL(url: string): void;
199
- }
200
-
201
- interface GuiLib {
202
145
  /**
203
146
  * Converts the specified screen position to a **direction** vector local to the player's view. A related function is [Vector:ToScreen](https://wiki.facepunch.com/gmod/Vector:ToScreen), which translates a 3D position to a screen coordinate.
204
147
  *
@@ -208,9 +151,6 @@ interface GuiLib {
208
151
  * @source https://wiki.facepunch.com/gmod/gui.ScreenToVector
209
152
  */
210
153
  ScreenToVector(x: number, y: number): Vector;
211
- }
212
-
213
- interface GuiLib {
214
154
  /**
215
155
  * Sets the cursor's position on the screen, relative to the topleft corner of the window
216
156
  *
@@ -219,9 +159,6 @@ interface GuiLib {
219
159
  * @deprecated Use input.SetCursorPos instead.
220
160
  */
221
161
  SetMousePos(mouseX: number, mouseY: number): void;
222
- }
223
-
224
- interface GuiLib {
225
162
  /**
226
163
  * Shows console in the game UI.
227
164
  * @realm menu
@@ -230,3 +167,24 @@ interface GuiLib {
230
167
  ShowConsole(): void;
231
168
  }
232
169
 
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
package/types/gwen.d.tlua CHANGED
@@ -18,9 +18,6 @@ interface GWENLib {
18
18
  * @source https://wiki.facepunch.com/gmod/GWEN.CreateTextureBorder
19
19
  */
20
20
  CreateTextureBorder(x: number, y: number, w: number, h: number, left: number, top: number, right: number, bottom: number, material?: IMaterial): (x: number, y: number, w: number, h: number, clr?: Color) => void;
21
- }
22
-
23
- interface GWENLib {
24
21
  /**
25
22
  * Used in derma skins to create a fixed scale rectangle drawing function from an image. it will be drawn in the center of the box.
26
23
  *
@@ -29,9 +26,6 @@ interface GWENLib {
29
26
  * @source https://wiki.facepunch.com/gmod/GWEN.CreateTextureCentered
30
27
  */
31
28
  CreateTextureCentered(x: number, y: number, w: number, h: number, material?: IMaterial): (x: number, y: number, w: number, h: number, clr?: Color) => void;
32
- }
33
-
34
- interface GWENLib {
35
29
  /**
36
30
  * Helper function that returns a specialized drawing function for rendering a texture that scales freely to fit the given area.
37
31
  *
@@ -42,9 +36,6 @@ interface GWENLib {
42
36
  * @source https://wiki.facepunch.com/gmod/GWEN.CreateTextureNormal
43
37
  */
44
38
  CreateTextureNormal(x: number, y: number, w: number, h: number, material?: IMaterial): (x: number, y: number, w: number, h: number, clr?: Color) => void;
45
- }
46
-
47
- interface GWENLib {
48
39
  /**
49
40
  * Retrieves the color from a materials texture at the provided UV coordinates
50
41
  * @realm client and menu
@@ -53,3 +44,6 @@ interface GWENLib {
53
44
  TextureColor(x: number, y: number): Color;
54
45
  }
55
46
 
47
+
48
+
49
+
package/types/halo.d.tlua CHANGED
@@ -16,9 +16,6 @@ interface HaloLib {
16
16
  * @source https://wiki.facepunch.com/gmod/halo.Add
17
17
  */
18
18
  Add(entities: table, color: Color, blurX?: number, blurY?: number, passes?: number, additive?: boolean, ignoreZ?: boolean): void;
19
- }
20
-
21
- interface HaloLib {
22
19
  /**
23
20
  * **INTERNAL**: This is used internally - although you're able to use it you probably shouldn't.
24
21
  * Renders a halo according to the specified table, only used internally, called from a [GM:PostDrawEffects](https://wiki.facepunch.com/gmod/GM:PostDrawEffects) hook added by the halo library.
@@ -26,9 +23,6 @@ interface HaloLib {
26
23
  * @source https://wiki.facepunch.com/gmod/halo.Render
27
24
  */
28
25
  Render(entry: table): void;
29
- }
30
-
31
- interface HaloLib {
32
26
  /**
33
27
  * Returns the entity the halo library is currently rendering the halo for.
34
28
  *
@@ -40,3 +34,5 @@ interface HaloLib {
40
34
  RenderedEntity(): Entity;
41
35
  }
42
36
 
37
+
38
+
package/types/hook.d.tlua CHANGED
@@ -8,17 +8,13 @@ declare hook: HookLib;
8
8
 
9
9
  interface HookLib {
10
10
  /**
11
- * Registers a function (or "callback") with the Hook system so that it will
12
- * be called automatically whenever a specific event (or "hook") occurs.
13
- * @realm shared
14
- * @realm menu
11
+ * Registers a function (or "callback") with the [Hook](https://wiki.facepunch.com/gmod/Hook) system so that it will be called automatically whenever a specific event (or "hook") occurs.
12
+ *
13
+ *
14
+ * @realm shared and menu
15
15
  * @source https://wiki.facepunch.com/gmod/hook.Add
16
16
  */
17
17
  Add(eventName: string, identifier: any, func: function): void;
18
- }
19
-
20
-
21
- interface HookLib {
22
18
  /**
23
19
  * Calls all hooks associated with the given event until one returns something other than `nil`, and then returns that data.
24
20
  *
@@ -28,27 +24,18 @@ interface HookLib {
28
24
  * @source https://wiki.facepunch.com/gmod/hook.Call
29
25
  */
30
26
  Call(eventName: string, gamemodeTable?: table, ...: any): (...any);
31
- }
32
-
33
- interface HookLib {
34
27
  /**
35
28
  * Returns a list of all the hooks registered with [hook.Add](https://wiki.facepunch.com/gmod/hook.Add).
36
29
  * @realm shared and menu
37
30
  * @source https://wiki.facepunch.com/gmod/hook.GetTable
38
31
  */
39
32
  GetTable(): table;
40
- }
41
-
42
- interface HookLib {
43
33
  /**
44
34
  * Removes the hook with the supplied identifier from the given event.
45
35
  * @realm shared and menu
46
36
  * @source https://wiki.facepunch.com/gmod/hook.Remove
47
37
  */
48
38
  Remove(eventName: string, identifier: any): void;
49
- }
50
-
51
- interface HookLib {
52
39
  /**
53
40
  * Calls all hooks associated with the given event **until** one returns something other than `nil` and then returns that data. If no hook returns any data, it will try to call the `GAMEMODE:` alternative, if one exists.
54
41
  *
@@ -62,3 +49,7 @@ interface HookLib {
62
49
  Run(eventName: string, ...: any): (...any);
63
50
  }
64
51
 
52
+
53
+
54
+
55
+