LSModule:Ventrilo:ventrilo (Object Type)

From Lavish Software Wiki
Revision as of 06:51, 13 October 2008 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Object Type Vitals
lnavconnectionref
Defined By LavishNav
Inherits lnavconnection
Reduces To Same as Connection.ID
Variable Object Type lnavconnectionref
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