hytopia 0.14.48 → 0.14.49

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.
@@ -1,53 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [setController](./server.entity.setcontroller.md)
4
-
5
- ## Entity.setController() method
6
-
7
- Sets the controller for the entity.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- setController(controller: BaseEntityController | undefined): void;
13
- ```
14
-
15
- ## Parameters
16
-
17
- <table><thead><tr><th>
18
-
19
- Parameter
20
-
21
-
22
- </th><th>
23
-
24
- Type
25
-
26
-
27
- </th><th>
28
-
29
- Description
30
-
31
-
32
- </th></tr></thead>
33
- <tbody><tr><td>
34
-
35
- controller
36
-
37
-
38
- </td><td>
39
-
40
- [BaseEntityController](./server.baseentitycontroller.md) \| undefined
41
-
42
-
43
- </td><td>
44
-
45
- The controller to set.
46
-
47
-
48
- </td></tr>
49
- </tbody></table>
50
- **Returns:**
51
-
52
- void
53
-