GetData
Description
Returns a table, with the tick as key and copy of the VoiceData as value.
The returned VoiceData is just a copy as long as you didn't set directData
modifying them won't affect the internally stored VoiceData.
Call VoiceStream:SetData or VoiceStream:SetIndex after you modified it to update it.
Recently Changed
This was recently changed in version (0.8 - DEV).
The directData
argument was added.
Arguments
1boolean directData = false
If true it will return the VoiceData itself instead of creating a copy
If you modify it you will change the VoiceData stored in the stream!
Returns
1table data
The table containing the VoiceData thats internally sotred.
key(number) = tick number
value(VoiceData) = voice data to store
key(number) = tick number
value(VoiceData) = voice data to store