Click or drag to resize

VariableCollection Class

Represents a collection of SA:MP variables.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPVariableCollection

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class VariableCollection : IDictionary<string, Object>, 
	ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The VariableCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContainsKey
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetFloat
Gets a floating-point value of the variable with the specified varName.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt
Gets an integer value of the variable with the specified varName.
Public methodGetString
Gets a string value of the variable with the specified varName.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodSet(String, Int32)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, Object)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, Single)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, String)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Top
See Also