Table of Contents

NT_RUN_ACTION (221)

Runs an action.

int actionID = 1;

protocol.NotifyProtocol(221/*NT_RUN_ACTION*/, vactionID, null);

Parameters

  • actionID (int): ID of the action to run.

Return Value

  • Does not return an object.