Interact
Used to register and control any player interaction
lib.interact.register
Create a new player interaction
Parameter
Type
Required
Description
name
String
Unique reference for the interaction
data
Object
lib.interact.get
Get information regarding an interaction
Parameter
Type
Required
Description
name
String
Unique reference for the interaction
lib.interact.destroy
Completely remove an interaction
Parameter
Type
Required
Description
name
String
Unique reference for the interaction
Data Structure
This is the data structure of an interaction and the valid options
There are multiple different interactions seen below:
Circle
Poly
Box
Marker
Text
This documentation is pending confirmation
Last updated