void MLPlayer.BindToPortalHaltStatus(Action<bool> callback)
7/14/25Less than 1 minute
Member of ML.SDK.MLPlayer
Method
void MLPlayer.BindToPortalHaltStatus(Action<bool> callback)
void MLPlayer.BindToPortalHaltStatus(Action`<bool>` callback);Parameters
| Parameter | Type | Description |
|---|---|---|
| callback | Action<bool> | Action called when halt is assigned |
Returns
Summary
Calls the function when halt status is assigned
Only for local player

