VoiceStream
VoiceStream
This class represents the VoiceStream that contains VoiceData
Metatable function | Description |
---|---|
__tostring |
Returns a formated string of the VoiceStream -> VoiceStream [number of VoiceData] |
__index |
Used to find the functions on the metatable and access saved variables |
__newindex |
Used to allow one to save variables on the object |
__gc |
Internally deletes the VoiceStream turning it invalid |
Methods
Returns the VoiceData of the current tick without changing the internal tick count
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
modifying them won't affect the internally stored VoiceData.
Call VoiceStream:SetData or VoiceStream:SetIndex after you modified it to update it.
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.
Returns a copy of the VoiceData for the given index or
modifying them won't affect the internally stored VoiceData.
Call VoiceStream:SetData or VoiceStream:SetIndex after you modified it to update it.
nil
.
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.
Returns the VoiceData of the next tick and increments the internal tick counter by one.
Returns the VoiceData of the previous tick and decrements the internal tick count by one
Resets the current tick of the voicestream back to the given value or
Returns the tick it was previously at
0
Returns the tick it was previously at
Sets the VoiceStream from the given table.