AI-generated Key Takeaways
-
RemotePlayerChangedEvent
is a class representing a remote player field change event. -
The constructor
RemotePlayerChangedEvent(type, field, value)
takes the event type, changed field name, and new field value as parameters. -
The
field
property holds the name of the changed field. -
The
value
property holds the new value of the changed field.
cast.framework. RemotePlayerChangedEvent
Remote player field change event.
Constructor
RemotePlayerChangedEvent
new RemotePlayerChangedEvent(type, field, value)
Parameter |
|
---|---|
type |
cast.framework.RemotePlayerEventType Event type. Value must not be null. |
field |
string The changed field name. |
value |
any type The new field value. |
Properties
field
string
The field name that was changed.
value
any type
The new field value.