Core EngineFunctionsrunOnClientThreadrunOnClientThread CallablerunOnClientThread(func: () => void): voidsince: 2.2.1b96Runs specified function in the client thread. Same as runOnMainThread, but for the client side.Parametersfunc: () => voidfunction to be run in the client threadReturns void
Runs specified function in the client thread. Same as runOnMainThread, but for the client side.