Difference between revisions of "LSModule:Ventrilo:ventrilo (Object Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
{{ObjectType-Vitals|lnavconnectionref|[[LavishNav]]|[[LavishNav:lnavconnection (Object Type)|lnavconnection]]|Same as Connection.ID|[[LavishNav:lnavconnectionref (Object Type)|lnavconnectionref]]|no|unsigned int}}
+
{{ObjectType-Vitals|ventrilo|[[LSModule:Ventrilo|Ventrilo LSModule]]|none|none|none|no|unsigned int}}
  
 
== Members ==
 
== Members ==

Revision as of 06:53, 13 October 2008

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