hytopia 0.1.26 → 0.1.29
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/docs/server.basecharactercontroller.md +5 -5
- package/docs/server.basecharactercontroller.ontick.md +13 -0
- package/docs/server.basecharactercontroller.tick.md +53 -0
- package/docs/server.defaultcharactercontroller.md +0 -14
- package/docs/server.facecallback.md +15 -0
- package/docs/server.facecompletecallback.md +15 -0
- package/docs/server.faceoptions.md +18 -0
- package/docs/server.hytopia.basecharactercontroller.md +5 -5
- package/docs/server.hytopia.basecharactercontroller.ontick.md +13 -0
- package/docs/server.hytopia.basecharactercontroller.tick.md +53 -0
- package/docs/server.hytopia.defaultcharactercontroller.md +0 -14
- package/docs/server.hytopia.facecallback.md +15 -0
- package/docs/server.hytopia.facecompletecallback.md +15 -0
- package/docs/server.hytopia.faceoptions.md +18 -0
- package/docs/server.hytopia.md +99 -0
- package/docs/server.hytopia.movecallback.md +15 -0
- package/docs/server.hytopia.movecompletecallback.md +15 -0
- package/docs/server.hytopia.moveoptions.md +18 -0
- package/docs/server.hytopia.simplecharactercontroller.face.md +89 -0
- package/docs/server.hytopia.simplecharactercontroller.md +88 -0
- package/docs/server.hytopia.simplecharactercontroller.move.md +89 -0
- package/docs/server.hytopia.worldloopeventpayload.md +73 -0
- package/docs/server.hytopia.worldloopeventpayload.start.md +53 -0
- package/docs/server.hytopia.worldloopeventpayload.start.worldloop.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.stop.md +53 -0
- package/docs/server.hytopia.worldloopeventpayload.stop.worldloop.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickend.md +70 -0
- package/docs/server.hytopia.worldloopeventpayload.tickend.tickdurationms.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickend.worldloop.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickerror.error.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickerror.md +70 -0
- package/docs/server.hytopia.worldloopeventpayload.tickerror.worldloop.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickstart.md +70 -0
- package/docs/server.hytopia.worldloopeventpayload.tickstart.tickdeltams.md +11 -0
- package/docs/server.hytopia.worldloopeventpayload.tickstart.worldloop.md +11 -0
- package/docs/server.hytopia.worldloopeventtype.md +103 -0
- package/docs/server.md +99 -0
- package/docs/server.movecallback.md +15 -0
- package/docs/server.movecompletecallback.md +15 -0
- package/docs/server.moveoptions.md +18 -0
- package/docs/server.simplecharactercontroller.face.md +89 -0
- package/docs/server.simplecharactercontroller.md +88 -0
- package/docs/server.simplecharactercontroller.move.md +89 -0
- package/docs/server.worldloopeventpayload.md +73 -0
- package/docs/server.worldloopeventpayload.start.md +53 -0
- package/docs/server.worldloopeventpayload.start.worldloop.md +11 -0
- package/docs/server.worldloopeventpayload.stop.md +53 -0
- package/docs/server.worldloopeventpayload.stop.worldloop.md +11 -0
- package/docs/server.worldloopeventpayload.tickend.md +70 -0
- package/docs/server.worldloopeventpayload.tickend.tickdurationms.md +11 -0
- package/docs/server.worldloopeventpayload.tickend.worldloop.md +11 -0
- package/docs/server.worldloopeventpayload.tickerror.error.md +11 -0
- package/docs/server.worldloopeventpayload.tickerror.md +70 -0
- package/docs/server.worldloopeventpayload.tickerror.worldloop.md +11 -0
- package/docs/server.worldloopeventpayload.tickstart.md +70 -0
- package/docs/server.worldloopeventpayload.tickstart.tickdeltams.md +11 -0
- package/docs/server.worldloopeventpayload.tickstart.worldloop.md +11 -0
- package/docs/server.worldloopeventtype.md +103 -0
- package/package.json +1 -1
- package/server.api.json +1857 -263
- package/server.d.ts +175 -20
- package/server.js +60 -60
- package/docs/server.basecharactercontroller.ontickpathfindingmovement.md +0 -13
- package/docs/server.basecharactercontroller.tickpathfindingmovement.md +0 -69
- package/docs/server.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
- package/docs/server.hytopia.basecharactercontroller.ontickpathfindingmovement.md +0 -13
- package/docs/server.hytopia.basecharactercontroller.tickpathfindingmovement.md +0 -69
- package/docs/server.hytopia.defaultcharactercontroller.tickpathfindingmovement.md +0 -69
@@ -0,0 +1,103 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [HYTOPIA](./server.hytopia.md) > [WorldLoopEventType](./server.hytopia.worldloopeventtype.md)
|
4
|
+
|
5
|
+
## HYTOPIA.WorldLoopEventType enum
|
6
|
+
|
7
|
+
Event types a WorldLoop instance can emit.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export declare enum WorldLoopEventType
|
13
|
+
```
|
14
|
+
|
15
|
+
## Enumeration Members
|
16
|
+
|
17
|
+
<table><thead><tr><th>
|
18
|
+
|
19
|
+
Member
|
20
|
+
|
21
|
+
|
22
|
+
</th><th>
|
23
|
+
|
24
|
+
Value
|
25
|
+
|
26
|
+
|
27
|
+
</th><th>
|
28
|
+
|
29
|
+
Description
|
30
|
+
|
31
|
+
|
32
|
+
</th></tr></thead>
|
33
|
+
<tbody><tr><td>
|
34
|
+
|
35
|
+
START
|
36
|
+
|
37
|
+
|
38
|
+
</td><td>
|
39
|
+
|
40
|
+
`"WORLD_LOOP.START"`
|
41
|
+
|
42
|
+
|
43
|
+
</td><td>
|
44
|
+
|
45
|
+
|
46
|
+
</td></tr>
|
47
|
+
<tr><td>
|
48
|
+
|
49
|
+
STOP
|
50
|
+
|
51
|
+
|
52
|
+
</td><td>
|
53
|
+
|
54
|
+
`"WORLD_LOOP.STOP"`
|
55
|
+
|
56
|
+
|
57
|
+
</td><td>
|
58
|
+
|
59
|
+
|
60
|
+
</td></tr>
|
61
|
+
<tr><td>
|
62
|
+
|
63
|
+
TICK\_END
|
64
|
+
|
65
|
+
|
66
|
+
</td><td>
|
67
|
+
|
68
|
+
`"WORLD_LOOP.TICK_END"`
|
69
|
+
|
70
|
+
|
71
|
+
</td><td>
|
72
|
+
|
73
|
+
|
74
|
+
</td></tr>
|
75
|
+
<tr><td>
|
76
|
+
|
77
|
+
TICK\_ERROR
|
78
|
+
|
79
|
+
|
80
|
+
</td><td>
|
81
|
+
|
82
|
+
`"WORLD_LOOP.TICK_ERROR"`
|
83
|
+
|
84
|
+
|
85
|
+
</td><td>
|
86
|
+
|
87
|
+
|
88
|
+
</td></tr>
|
89
|
+
<tr><td>
|
90
|
+
|
91
|
+
TICK\_START
|
92
|
+
|
93
|
+
|
94
|
+
</td><td>
|
95
|
+
|
96
|
+
`"WORLD_LOOP.TICK_START"`
|
97
|
+
|
98
|
+
|
99
|
+
</td><td>
|
100
|
+
|
101
|
+
|
102
|
+
</td></tr>
|
103
|
+
</tbody></table>
|
package/docs/server.md
CHANGED
@@ -225,6 +225,17 @@ Manages all connected players in a game server.
|
|
225
225
|
Represents a rigid body in a world's physics simulation.
|
226
226
|
|
227
227
|
|
228
|
+
</td></tr>
|
229
|
+
<tr><td>
|
230
|
+
|
231
|
+
[SimpleCharacterController](./server.simplecharactercontroller.md)
|
232
|
+
|
233
|
+
|
234
|
+
</td><td>
|
235
|
+
|
236
|
+
A simple character controller with basic movement functions.
|
237
|
+
|
238
|
+
|
228
239
|
</td></tr>
|
229
240
|
<tr><td>
|
230
241
|
|
@@ -420,6 +431,17 @@ Event types a Player can emit.
|
|
420
431
|
The types a RigidBody can be.
|
421
432
|
|
422
433
|
|
434
|
+
</td></tr>
|
435
|
+
<tr><td>
|
436
|
+
|
437
|
+
[WorldLoopEventType](./server.worldloopeventtype.md)
|
438
|
+
|
439
|
+
|
440
|
+
</td><td>
|
441
|
+
|
442
|
+
Event types a WorldLoop instance can emit.
|
443
|
+
|
444
|
+
|
423
445
|
</td></tr>
|
424
446
|
</tbody></table>
|
425
447
|
|
@@ -716,6 +738,17 @@ Payloads for events emitted by a GameServer instance.
|
|
716
738
|
Payloads for events a Player can emit.
|
717
739
|
|
718
740
|
|
741
|
+
</td></tr>
|
742
|
+
<tr><td>
|
743
|
+
|
744
|
+
[WorldLoopEventPayload](./server.worldloopeventpayload.md)
|
745
|
+
|
746
|
+
|
747
|
+
</td><td>
|
748
|
+
|
749
|
+
Payloads for events emitted by a WorldLoop instance.
|
750
|
+
|
751
|
+
|
719
752
|
</td></tr>
|
720
753
|
</tbody></table>
|
721
754
|
|
@@ -823,6 +856,72 @@ A callback function for a chat command.
|
|
823
856
|
A decoded set of collision groups represented as their string equivalents.
|
824
857
|
|
825
858
|
|
859
|
+
</td></tr>
|
860
|
+
<tr><td>
|
861
|
+
|
862
|
+
[FaceCallback](./server.facecallback.md)
|
863
|
+
|
864
|
+
|
865
|
+
</td><td>
|
866
|
+
|
867
|
+
A callback function called when the entity associated with the SimpleCharacterController updates its rotation as it is attempting to face a target coordinate.
|
868
|
+
|
869
|
+
|
870
|
+
</td></tr>
|
871
|
+
<tr><td>
|
872
|
+
|
873
|
+
[FaceCompleteCallback](./server.facecompletecallback.md)
|
874
|
+
|
875
|
+
|
876
|
+
</td><td>
|
877
|
+
|
878
|
+
A callback function called when the entity associated with the SimpleCharacterController finishes rotating and is now facing a target coordinate.
|
879
|
+
|
880
|
+
|
881
|
+
</td></tr>
|
882
|
+
<tr><td>
|
883
|
+
|
884
|
+
[FaceOptions](./server.faceoptions.md)
|
885
|
+
|
886
|
+
|
887
|
+
</td><td>
|
888
|
+
|
889
|
+
Options for the [SimpleCharacterController.face()](./server.simplecharactercontroller.face.md) method.
|
890
|
+
|
891
|
+
|
892
|
+
</td></tr>
|
893
|
+
<tr><td>
|
894
|
+
|
895
|
+
[MoveCallback](./server.movecallback.md)
|
896
|
+
|
897
|
+
|
898
|
+
</td><td>
|
899
|
+
|
900
|
+
A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.
|
901
|
+
|
902
|
+
|
903
|
+
</td></tr>
|
904
|
+
<tr><td>
|
905
|
+
|
906
|
+
[MoveCompleteCallback](./server.movecompletecallback.md)
|
907
|
+
|
908
|
+
|
909
|
+
</td><td>
|
910
|
+
|
911
|
+
A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.
|
912
|
+
|
913
|
+
|
914
|
+
</td></tr>
|
915
|
+
<tr><td>
|
916
|
+
|
917
|
+
[MoveOptions](./server.moveoptions.md)
|
918
|
+
|
919
|
+
|
920
|
+
</td><td>
|
921
|
+
|
922
|
+
Options for the [SimpleCharacterController.move()](./server.simplecharactercontroller.move.md) method.
|
923
|
+
|
924
|
+
|
826
925
|
</td></tr>
|
827
926
|
<tr><td>
|
828
927
|
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [MoveCallback](./server.movecallback.md)
|
4
|
+
|
5
|
+
## MoveCallback type
|
6
|
+
|
7
|
+
A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export type MoveCallback = (currentTranslation: Vector3, targetTranslation: Vector3) => void;
|
13
|
+
```
|
14
|
+
**References:** [Vector3](./server.vector3.md)
|
15
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [MoveCompleteCallback](./server.movecompletecallback.md)
|
4
|
+
|
5
|
+
## MoveCompleteCallback type
|
6
|
+
|
7
|
+
A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export type MoveCompleteCallback = (endTranslation: Vector3) => void;
|
13
|
+
```
|
14
|
+
**References:** [Vector3](./server.vector3.md)
|
15
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [MoveOptions](./server.moveoptions.md)
|
4
|
+
|
5
|
+
## MoveOptions type
|
6
|
+
|
7
|
+
Options for the [SimpleCharacterController.move()](./server.simplecharactercontroller.move.md) method.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export type MoveOptions = {
|
13
|
+
moveCallback?: MoveCallback;
|
14
|
+
moveCompleteCallback?: MoveCompleteCallback;
|
15
|
+
};
|
16
|
+
```
|
17
|
+
**References:** [MoveCallback](./server.movecallback.md)<!-- -->, [MoveCompleteCallback](./server.movecompletecallback.md)
|
18
|
+
|
@@ -0,0 +1,89 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [SimpleCharacterController](./server.simplecharactercontroller.md) > [face](./server.simplecharactercontroller.face.md)
|
4
|
+
|
5
|
+
## SimpleCharacterController.face() method
|
6
|
+
|
7
|
+
Rotates the entity at a given speed to face a target coordinate.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
face(target: Vector3, speed: number, options?: FaceOptions): 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
|
+
target
|
36
|
+
|
37
|
+
|
38
|
+
</td><td>
|
39
|
+
|
40
|
+
[Vector3](./server.vector3.md)
|
41
|
+
|
42
|
+
|
43
|
+
</td><td>
|
44
|
+
|
45
|
+
The target coordinate to face.
|
46
|
+
|
47
|
+
|
48
|
+
</td></tr>
|
49
|
+
<tr><td>
|
50
|
+
|
51
|
+
speed
|
52
|
+
|
53
|
+
|
54
|
+
</td><td>
|
55
|
+
|
56
|
+
number
|
57
|
+
|
58
|
+
|
59
|
+
</td><td>
|
60
|
+
|
61
|
+
The speed at which to rotate to the target coordinate.
|
62
|
+
|
63
|
+
|
64
|
+
</td></tr>
|
65
|
+
<tr><td>
|
66
|
+
|
67
|
+
options
|
68
|
+
|
69
|
+
|
70
|
+
</td><td>
|
71
|
+
|
72
|
+
[FaceOptions](./server.faceoptions.md)
|
73
|
+
|
74
|
+
|
75
|
+
</td><td>
|
76
|
+
|
77
|
+
_(Optional)_ Additional options for the face operation, such as callbacks.
|
78
|
+
|
79
|
+
|
80
|
+
</td></tr>
|
81
|
+
</tbody></table>
|
82
|
+
**Returns:**
|
83
|
+
|
84
|
+
void
|
85
|
+
|
86
|
+
## Remarks
|
87
|
+
|
88
|
+
If this method is called while the entity is already attempting to face another target, the previous target will be ignored and the entity will start attempting to face the new target.
|
89
|
+
|
@@ -0,0 +1,88 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [SimpleCharacterController](./server.simplecharactercontroller.md)
|
4
|
+
|
5
|
+
## SimpleCharacterController class
|
6
|
+
|
7
|
+
A simple character controller with basic movement functions.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export default class SimpleCharacterController extends BaseCharacterController
|
13
|
+
```
|
14
|
+
**Extends:** [BaseCharacterController](./server.basecharactercontroller.md)
|
15
|
+
|
16
|
+
## Remarks
|
17
|
+
|
18
|
+
This class implements simple movement methods that serve as a way to add realistic movement and rotational facing functionality to an entity. This is also a great base to extend for your own more complex character controller that implements things like pathfinding.
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
|
23
|
+
```typescript
|
24
|
+
// Create a custom character controller for myEntity, prior to spawning it.
|
25
|
+
myEntity.createCustomCharacterController = () => {
|
26
|
+
return new SimpleCharacterController(myEntity);
|
27
|
+
};
|
28
|
+
|
29
|
+
// Spawn the entity in the world.
|
30
|
+
myEntity.spawn(world, { x: 53, y: 10, z: 23 });
|
31
|
+
|
32
|
+
// Move the entity at a speed of 4 blocks
|
33
|
+
// per second to the coordinate (10, 1, 10).
|
34
|
+
// console.log when we reach the target.
|
35
|
+
myEntity.characterController.move({ x: 10, y: 1, z: 10 }, 4, {
|
36
|
+
moveCompleteCallback: endPosition => {
|
37
|
+
console.log('Finished moving to', endPosition);
|
38
|
+
},
|
39
|
+
});
|
40
|
+
```
|
41
|
+
|
42
|
+
## Methods
|
43
|
+
|
44
|
+
<table><thead><tr><th>
|
45
|
+
|
46
|
+
Method
|
47
|
+
|
48
|
+
|
49
|
+
</th><th>
|
50
|
+
|
51
|
+
Modifiers
|
52
|
+
|
53
|
+
|
54
|
+
</th><th>
|
55
|
+
|
56
|
+
Description
|
57
|
+
|
58
|
+
|
59
|
+
</th></tr></thead>
|
60
|
+
<tbody><tr><td>
|
61
|
+
|
62
|
+
[face(target, speed, options)](./server.simplecharactercontroller.face.md)
|
63
|
+
|
64
|
+
|
65
|
+
</td><td>
|
66
|
+
|
67
|
+
|
68
|
+
</td><td>
|
69
|
+
|
70
|
+
Rotates the entity at a given speed to face a target coordinate.
|
71
|
+
|
72
|
+
|
73
|
+
</td></tr>
|
74
|
+
<tr><td>
|
75
|
+
|
76
|
+
[move(target, speed, options)](./server.simplecharactercontroller.move.md)
|
77
|
+
|
78
|
+
|
79
|
+
</td><td>
|
80
|
+
|
81
|
+
|
82
|
+
</td><td>
|
83
|
+
|
84
|
+
Moves the entity at a given speed in a straight line to a target coordinate.
|
85
|
+
|
86
|
+
|
87
|
+
</td></tr>
|
88
|
+
</tbody></table>
|
@@ -0,0 +1,89 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [SimpleCharacterController](./server.simplecharactercontroller.md) > [move](./server.simplecharactercontroller.move.md)
|
4
|
+
|
5
|
+
## SimpleCharacterController.move() method
|
6
|
+
|
7
|
+
Moves the entity at a given speed in a straight line to a target coordinate.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
move(target: Vector3, speed: number, options?: MoveOptions): 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
|
+
target
|
36
|
+
|
37
|
+
|
38
|
+
</td><td>
|
39
|
+
|
40
|
+
[Vector3](./server.vector3.md)
|
41
|
+
|
42
|
+
|
43
|
+
</td><td>
|
44
|
+
|
45
|
+
The target coordinate to move to.
|
46
|
+
|
47
|
+
|
48
|
+
</td></tr>
|
49
|
+
<tr><td>
|
50
|
+
|
51
|
+
speed
|
52
|
+
|
53
|
+
|
54
|
+
</td><td>
|
55
|
+
|
56
|
+
number
|
57
|
+
|
58
|
+
|
59
|
+
</td><td>
|
60
|
+
|
61
|
+
The speed at which to move to the target coordinate.
|
62
|
+
|
63
|
+
|
64
|
+
</td></tr>
|
65
|
+
<tr><td>
|
66
|
+
|
67
|
+
options
|
68
|
+
|
69
|
+
|
70
|
+
</td><td>
|
71
|
+
|
72
|
+
[MoveOptions](./server.moveoptions.md)
|
73
|
+
|
74
|
+
|
75
|
+
</td><td>
|
76
|
+
|
77
|
+
_(Optional)_ Additional options for the move operation, such as callbacks.
|
78
|
+
|
79
|
+
|
80
|
+
</td></tr>
|
81
|
+
</tbody></table>
|
82
|
+
**Returns:**
|
83
|
+
|
84
|
+
void
|
85
|
+
|
86
|
+
## Remarks
|
87
|
+
|
88
|
+
If this method is called while the entity is already attempting to move to another target, the previous target will be ignored and the entity will start attempting to move to the new target.
|
89
|
+
|
@@ -0,0 +1,73 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [WorldLoopEventPayload](./server.worldloopeventpayload.md)
|
4
|
+
|
5
|
+
## WorldLoopEventPayload namespace
|
6
|
+
|
7
|
+
Payloads for events emitted by a WorldLoop instance.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
export declare namespace WorldLoopEventPayload
|
13
|
+
```
|
14
|
+
|
15
|
+
## Interfaces
|
16
|
+
|
17
|
+
<table><thead><tr><th>
|
18
|
+
|
19
|
+
Interface
|
20
|
+
|
21
|
+
|
22
|
+
</th><th>
|
23
|
+
|
24
|
+
Description
|
25
|
+
|
26
|
+
|
27
|
+
</th></tr></thead>
|
28
|
+
<tbody><tr><td>
|
29
|
+
|
30
|
+
[Start](./server.worldloopeventpayload.start.md)
|
31
|
+
|
32
|
+
|
33
|
+
</td><td>
|
34
|
+
|
35
|
+
|
36
|
+
</td></tr>
|
37
|
+
<tr><td>
|
38
|
+
|
39
|
+
[Stop](./server.worldloopeventpayload.stop.md)
|
40
|
+
|
41
|
+
|
42
|
+
</td><td>
|
43
|
+
|
44
|
+
|
45
|
+
</td></tr>
|
46
|
+
<tr><td>
|
47
|
+
|
48
|
+
[TickEnd](./server.worldloopeventpayload.tickend.md)
|
49
|
+
|
50
|
+
|
51
|
+
</td><td>
|
52
|
+
|
53
|
+
|
54
|
+
</td></tr>
|
55
|
+
<tr><td>
|
56
|
+
|
57
|
+
[TickError](./server.worldloopeventpayload.tickerror.md)
|
58
|
+
|
59
|
+
|
60
|
+
</td><td>
|
61
|
+
|
62
|
+
|
63
|
+
</td></tr>
|
64
|
+
<tr><td>
|
65
|
+
|
66
|
+
[TickStart](./server.worldloopeventpayload.tickstart.md)
|
67
|
+
|
68
|
+
|
69
|
+
</td><td>
|
70
|
+
|
71
|
+
|
72
|
+
</td></tr>
|
73
|
+
</tbody></table>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [WorldLoopEventPayload](./server.worldloopeventpayload.md) > [Start](./server.worldloopeventpayload.start.md)
|
4
|
+
|
5
|
+
## WorldLoopEventPayload.Start interface
|
6
|
+
|
7
|
+
**Signature:**
|
8
|
+
|
9
|
+
```typescript
|
10
|
+
interface Start
|
11
|
+
```
|
12
|
+
|
13
|
+
## Properties
|
14
|
+
|
15
|
+
<table><thead><tr><th>
|
16
|
+
|
17
|
+
Property
|
18
|
+
|
19
|
+
|
20
|
+
</th><th>
|
21
|
+
|
22
|
+
Modifiers
|
23
|
+
|
24
|
+
|
25
|
+
</th><th>
|
26
|
+
|
27
|
+
Type
|
28
|
+
|
29
|
+
|
30
|
+
</th><th>
|
31
|
+
|
32
|
+
Description
|
33
|
+
|
34
|
+
|
35
|
+
</th></tr></thead>
|
36
|
+
<tbody><tr><td>
|
37
|
+
|
38
|
+
[worldLoop](./server.worldloopeventpayload.start.worldloop.md)
|
39
|
+
|
40
|
+
|
41
|
+
</td><td>
|
42
|
+
|
43
|
+
|
44
|
+
</td><td>
|
45
|
+
|
46
|
+
[WorldLoop](./server.worldloop.md)
|
47
|
+
|
48
|
+
|
49
|
+
</td><td>
|
50
|
+
|
51
|
+
|
52
|
+
</td></tr>
|
53
|
+
</tbody></table>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [WorldLoopEventPayload](./server.worldloopeventpayload.md) > [Start](./server.worldloopeventpayload.start.md) > [worldLoop](./server.worldloopeventpayload.start.worldloop.md)
|
4
|
+
|
5
|
+
## WorldLoopEventPayload.Start.worldLoop property
|
6
|
+
|
7
|
+
**Signature:**
|
8
|
+
|
9
|
+
```typescript
|
10
|
+
worldLoop: WorldLoop;
|
11
|
+
```
|