Declaration
func GetCustomPlayerState(customPlayer entity<Entity>, out var isSuccess bool, out var state int)
go
The state data is automatically synced to the server. Returns false if failed.
func GetCustomPlayerState(customPlayer entity<Entity>, out var isSuccess bool, out var state int)
go