Class OnRemoteSettingChanged_IntID_IntDataAttribute
The function will be called when engine send remote message to rigged game
Examples
[OnRemoteSettingChanged_IntID_IntData]
internal static void ExampleFunction (int id, int data) { }
Constructors
OnRemoteSettingChanged_IntID_IntDataAttribute(int)
The function will be called when engine send remote message to rigged game
Declaration
public OnRemoteSettingChanged_IntID_IntDataAttribute(int order = 0)
Examples
[OnRemoteSettingChanged_IntID_IntData]
internal static void ExampleFunction (int id, int data) { }