Skip to content

script.modelId

Returns the identifier of the model within which this process exists.

js
script.modelId()
script.modelId()

Parameters

None.

Example

js
let modelId = script.modelId();
let modelId = script.modelId();