Skip to main content

WaitOnAttributesLoad

Structure

WaitOnAttributesLoad(bWait)

Parameters

ParameterTypeDescription
bWaitBooleanif this set to True, then event attribute reload is disabled temporarily, until this same function is called with a bWait parameter of False

Description

This procedure temporarily stops the automatic reloading of the event attributes grid. This procedure is typically used before a large section of custom script that repeatedly calls SetEventAttribute* type functions. After each of these functions the onscreen event attributes are reloaded. But if this procedure is called with bWait = True, then this reload is skipped, slightly increasing the speed of code execution. You will need to call WaitOnAttributesLoad(False) after the block of code to tell the onscreen grid to refresh on future changes.

Example

No example provided

See also

No related topics