Declaración
func GetCustomPlayerState(customPlayer entity<Entity>, out var isSuccess bool, out var state int)
go
Los datos del estado se sincronizan automáticamente con el servidor. Devuelve "falso" si falla.
func GetCustomPlayerState(customPlayer entity<Entity>, out var isSuccess bool, out var state int)
go