LSModule:Ventrilo:ventrilo (Object Type)

From Lavish Software Wiki
Jump to navigation Jump to search

Description

Object Type Vitals
ventrilo
Defined By Ventrilo LSModule
Inherits none
Reduces To none
Variable Object Type none
Uses Sub-Types no
C/C++ Type unsigned int

Members

Retrieves the first instance, if available. Additional instances would be accessed via ventriloinstance.NextInstance.

Methods

  • SetEventSpam[value]: Enables or disables spamming of Ventrilo events to the console. value may be a boolean value (TRUE/FALSE), on/off, or 1 or 0. The value will be considered to be off if provided and not on, and will be considered to be on only if the value is a number other than zero, TRUE, or on.

Examples

Retrieve the ID of the first instance of Ventrilo
echo ${Ventrilo.Instances.ID}
Enabling event spam
Ventrilo:SetEventSpam[1]
Disabling event spam
Ventrilo:SetEventSpam[0]

See Also