auto_register


Description:

[ NoAccessorMethod ]
public bool auto_register { get; set construct; }

If TRUE, the agent will attempt to automatically register itself after it is created (via an idle handler) and to re-register itself if NetworkManager restarts.

If FALSE, the agent does not automatically register with NetworkManager, and register must be called. If 'auto-register' is TRUE, calling unregister will suppress auto-registration until register is called, which re-enables auto-registration.