You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Runtime assets can be replaced dynamically without restrictions, but the server-side game assets intended for replacements must include the "rta_" prefix in its name.
* If a non-empty list of allowed events is set, all incoming events (e.g., playerChat, playerCommand) and RPC calls will be checked against it before execution.
* Property used to gets/set the browser's order id.
1141
-
*/
1160
+
*/
1142
1161
orderId: number
1143
1162
1163
+
/**
1164
+
* If a non-empty list of allowed events is set, all incoming events (e.g., playerChat, playerCommand) and RPC calls will be checked against it before execution.
0 commit comments