hytopia 0.1.26 → 0.1.29

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 (69) hide show
  1. package/README.md +2 -1
  2. package/docs/server.basecharactercontroller.md +5 -5
  3. package/docs/server.basecharactercontroller.ontick.md +13 -0
  4. package/docs/server.basecharactercontroller.tick.md +53 -0
  5. package/docs/server.defaultcharactercontroller.md +0 -14
  6. package/docs/server.facecallback.md +15 -0
  7. package/docs/server.facecompletecallback.md +15 -0
  8. package/docs/server.faceoptions.md +18 -0
  9. package/docs/server.hytopia.basecharactercontroller.md +5 -5
  10. package/docs/server.hytopia.basecharactercontroller.ontick.md +13 -0
  11. package/docs/server.hytopia.basecharactercontroller.tick.md +53 -0
  12. package/docs/server.hytopia.defaultcharactercontroller.md +0 -14
  13. package/docs/server.hytopia.facecallback.md +15 -0
  14. package/docs/server.hytopia.facecompletecallback.md +15 -0
  15. package/docs/server.hytopia.faceoptions.md +18 -0
  16. package/docs/server.hytopia.md +99 -0
  17. package/docs/server.hytopia.movecallback.md +15 -0
  18. package/docs/server.hytopia.movecompletecallback.md +15 -0
  19. package/docs/server.hytopia.moveoptions.md +18 -0
  20. package/docs/server.hytopia.simplecharactercontroller.face.md +89 -0
  21. package/docs/server.hytopia.simplecharactercontroller.md +88 -0
  22. package/docs/server.hytopia.simplecharactercontroller.move.md +89 -0
  23. package/docs/server.hytopia.worldloopeventpayload.md +73 -0
  24. package/docs/server.hytopia.worldloopeventpayload.start.md +53 -0
  25. package/docs/server.hytopia.worldloopeventpayload.start.worldloop.md +11 -0
  26. package/docs/server.hytopia.worldloopeventpayload.stop.md +53 -0
  27. package/docs/server.hytopia.worldloopeventpayload.stop.worldloop.md +11 -0
  28. package/docs/server.hytopia.worldloopeventpayload.tickend.md +70 -0
  29. package/docs/server.hytopia.worldloopeventpayload.tickend.tickdurationms.md +11 -0
  30. package/docs/server.hytopia.worldloopeventpayload.tickend.worldloop.md +11 -0
  31. package/docs/server.hytopia.worldloopeventpayload.tickerror.error.md +11 -0
  32. package/docs/server.hytopia.worldloopeventpayload.tickerror.md +70 -0
  33. package/docs/server.hytopia.worldloopeventpayload.tickerror.worldloop.md +11 -0
  34. package/docs/server.hytopia.worldloopeventpayload.tickstart.md +70 -0
  35. package/docs/server.hytopia.worldloopeventpayload.tickstart.tickdeltams.md +11 -0
  36. package/docs/server.hytopia.worldloopeventpayload.tickstart.worldloop.md +11 -0
  37. package/docs/server.hytopia.worldloopeventtype.md +103 -0
  38. package/docs/server.md +99 -0
  39. package/docs/server.movecallback.md +15 -0
  40. package/docs/server.movecompletecallback.md +15 -0
  41. package/docs/server.moveoptions.md +18 -0
  42. package/docs/server.simplecharactercontroller.face.md +89 -0
  43. package/docs/server.simplecharactercontroller.md +88 -0
  44. package/docs/server.simplecharactercontroller.move.md +89 -0
  45. package/docs/server.worldloopeventpayload.md +73 -0
  46. package/docs/server.worldloopeventpayload.start.md +53 -0
  47. package/docs/server.worldloopeventpayload.start.worldloop.md +11 -0
  48. package/docs/server.worldloopeventpayload.stop.md +53 -0
  49. package/docs/server.worldloopeventpayload.stop.worldloop.md +11 -0
  50. package/docs/server.worldloopeventpayload.tickend.md +70 -0
  51. package/docs/server.worldloopeventpayload.tickend.tickdurationms.md +11 -0
  52. package/docs/server.worldloopeventpayload.tickend.worldloop.md +11 -0
  53. package/docs/server.worldloopeventpayload.tickerror.error.md +11 -0
  54. package/docs/server.worldloopeventpayload.tickerror.md +70 -0
  55. package/docs/server.worldloopeventpayload.tickerror.worldloop.md +11 -0
  56. package/docs/server.worldloopeventpayload.tickstart.md +70 -0
  57. package/docs/server.worldloopeventpayload.tickstart.tickdeltams.md +11 -0
  58. package/docs/server.worldloopeventpayload.tickstart.worldloop.md +11 -0
  59. package/docs/server.worldloopeventtype.md +103 -0
  60. package/package.json +1 -1
  61. package/server.api.json +1857 -263
  62. package/server.d.ts +175 -20
  63. package/server.js +60 -60
  64. package/docs/server.basecharactercontroller.ontickpathfindingmovement.md +0 -13
  65. package/docs/server.basecharactercontroller.tickpathfindingmovement.md +0 -69
  66. package/docs/server.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
  67. package/docs/server.hytopia.basecharactercontroller.ontickpathfindingmovement.md +0 -13
  68. package/docs/server.hytopia.basecharactercontroller.tickpathfindingmovement.md +0 -69
  69. package/docs/server.hytopia.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
@@ -1,13 +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; [BaseCharacterController](./server.basecharactercontroller.md) &gt; [onTickPathfindingMovement](./server.basecharactercontroller.ontickpathfindingmovement.md)
4
-
5
- ## BaseCharacterController.onTickPathfindingMovement property
6
-
7
- A callback function for when the controller ticks pathfinding movement.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- onTickPathfindingMovement?: (destination: Vector3, deltaTimeMs: number) => void;
13
- ```
@@ -1,69 +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; [BaseCharacterController](./server.basecharactercontroller.md) &gt; [tickPathfindingMovement](./server.basecharactercontroller.tickpathfindingmovement.md)
4
-
5
- ## BaseCharacterController.tickPathfindingMovement() method
6
-
7
- Override this method to implement pathfinding movement logic for your character controller. NOTE: This method is not fully supported yet.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- tickPathfindingMovement(destination: Vector3, deltaTimeMs: number): 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
- destination
36
-
37
-
38
- </td><td>
39
-
40
- [Vector3](./server.vector3.md)
41
-
42
-
43
- </td><td>
44
-
45
- The destination target to move to.
46
-
47
-
48
- </td></tr>
49
- <tr><td>
50
-
51
- deltaTimeMs
52
-
53
-
54
- </td><td>
55
-
56
- number
57
-
58
-
59
- </td><td>
60
-
61
- The delta time in milliseconds since the last tick.
62
-
63
-
64
- </td></tr>
65
- </tbody></table>
66
- **Returns:**
67
-
68
- void
69
-
@@ -1,69 +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; [DefaultCharacterController](./server.defaultcharactercontroller.md) &gt; [tickPathfindingMovement](./server.defaultcharactercontroller.tickpathfindingmovement.md)
4
-
5
- ## DefaultCharacterController.tickPathfindingMovement() method
6
-
7
- Ticks the pathfinding movement for the character controller, overriding the default implementation.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- tickPathfindingMovement(destination: Vector3, deltaTimeMs: number): 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
- destination
36
-
37
-
38
- </td><td>
39
-
40
- [Vector3](./server.vector3.md)
41
-
42
-
43
- </td><td>
44
-
45
- The destination to move to.
46
-
47
-
48
- </td></tr>
49
- <tr><td>
50
-
51
- deltaTimeMs
52
-
53
-
54
- </td><td>
55
-
56
- number
57
-
58
-
59
- </td><td>
60
-
61
- The delta time in milliseconds since the last tick.
62
-
63
-
64
- </td></tr>
65
- </tbody></table>
66
- **Returns:**
67
-
68
- void
69
-
@@ -1,13 +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; [HYTOPIA](./server.hytopia.md) &gt; [BaseCharacterController](./server.hytopia.basecharactercontroller.md) &gt; [onTickPathfindingMovement](./server.hytopia.basecharactercontroller.ontickpathfindingmovement.md)
4
-
5
- ## HYTOPIA.BaseCharacterController.onTickPathfindingMovement property
6
-
7
- A callback function for when the controller ticks pathfinding movement.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- onTickPathfindingMovement?: (destination: Vector3, deltaTimeMs: number) => void;
13
- ```
@@ -1,69 +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; [HYTOPIA](./server.hytopia.md) &gt; [BaseCharacterController](./server.hytopia.basecharactercontroller.md) &gt; [tickPathfindingMovement](./server.hytopia.basecharactercontroller.tickpathfindingmovement.md)
4
-
5
- ## HYTOPIA.BaseCharacterController.tickPathfindingMovement() method
6
-
7
- Override this method to implement pathfinding movement logic for your character controller. NOTE: This method is not fully supported yet.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- tickPathfindingMovement(destination: Vector3, deltaTimeMs: number): 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
- destination
36
-
37
-
38
- </td><td>
39
-
40
- [Vector3](./server.vector3.md)
41
-
42
-
43
- </td><td>
44
-
45
- The destination target to move to.
46
-
47
-
48
- </td></tr>
49
- <tr><td>
50
-
51
- deltaTimeMs
52
-
53
-
54
- </td><td>
55
-
56
- number
57
-
58
-
59
- </td><td>
60
-
61
- The delta time in milliseconds since the last tick.
62
-
63
-
64
- </td></tr>
65
- </tbody></table>
66
- **Returns:**
67
-
68
- void
69
-
@@ -1,69 +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; [HYTOPIA](./server.hytopia.md) &gt; [DefaultCharacterController](./server.hytopia.defaultcharactercontroller.md) &gt; [tickPathfindingMovement](./server.hytopia.defaultcharactercontroller.tickpathfindingmovement.md)
4
-
5
- ## HYTOPIA.DefaultCharacterController.tickPathfindingMovement() method
6
-
7
- Ticks the pathfinding movement for the character controller, overriding the default implementation.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- tickPathfindingMovement(destination: Vector3, deltaTimeMs: number): 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
- destination
36
-
37
-
38
- </td><td>
39
-
40
- [Vector3](./server.vector3.md)
41
-
42
-
43
- </td><td>
44
-
45
- The destination to move to.
46
-
47
-
48
- </td></tr>
49
- <tr><td>
50
-
51
- deltaTimeMs
52
-
53
-
54
- </td><td>
55
-
56
- number
57
-
58
-
59
- </td><td>
60
-
61
- The delta time in milliseconds since the last tick.
62
-
63
-
64
- </td></tr>
65
- </tbody></table>
66
- **Returns:**
67
-
68
- void
69
-