Core EngineFunctionsrunOnClientThreadrunOnClientThread CallablerunOnClientThread(func: () => void): voidRuns specified function in the client thread. Same as runOnMainThread, but for the client side.@since2.2.1b96Parametersfunc: () => voidfunction to be run in the client threadReturns void
Runs specified function in the client thread. Same as runOnMainThread, but for the client side.
2.2.1b96