Black Ops III

LUINotifyEvent

Sends a notify from script to LUI.

Example:

LUINotifyEvent( &"update_objectives", 1, &"LEVEL_GOTO_NEXT_PLACE" )

Parameters

ParameterSummary
[player]the player to notify. If not specified, all players are notified.
*lui event nameas an IString
*num of argsnumber of parameters
*argsargument to pass to LUI

* = mandatory