FSUIPC Client DLL
.NET interface for FSUIPC
LVarCollection Class Reference

A collection of LVars More...

Inherits IEnumerable.

Public Member Functions

IEnumerator GetEnumerator ()
 Returns the enumerator that iterates through all the LVars More...
 
bool Exists (string Name)
 Checks if an LVar with the specified name exists More...
 

Properties

List< string > Names [get]
 Gets a list of all LVar names More...
 
int Count [get]
 The number of LVars in this collection More...
 
FsLVar this[string Name] [get]
 Gets the LVar using its Name More...
 

Detailed Description

A collection of LVars

Member Function Documentation

◆ Exists()

bool Exists ( string  Name)
inline

Checks if an LVar with the specified name exists

Parameters
NameThe name of the LVar to check
Returns
Returns true if an LVar with the specified name exists

◆ GetEnumerator()

IEnumerator GetEnumerator ( )
inline

Returns the enumerator that iterates through all the LVars

Returns

Property Documentation

◆ Count

int Count
get

The number of LVars in this collection

◆ Names

List<string> Names
get

Gets a list of all LVar names

◆ this[string Name]

FsLVar this[string Name]
get

Gets the LVar using its Name

Parameters
NameThe name of the LVar to get
Returns
The FsLVar object for the LVar with the specified Name