PauseLiveData

Summary

This function will allow you to pause the feed of live data into the virtual environment. All properties will be unable to receive any modifications from external sources until a ResumeLiveData function call is made.

Examples

<pauselivedata />
This function will cause all properties to cease updating from external sources until a ResumeLiveData function call is made.