Black Ops III

GetUIModel

Returns a UIModel from the parent model passed in and the name of the model to retrieve.

Example:

GetUIModel( gameScoreModel, "enemeyScore" )

Parameters

ParameterSummary
*parentModelThe parent model of the model to retrieve.
*lookupModelNameThe name of the model to retrieve.

* = mandatory