Anvil
Anvil.API.ScriptParams Class Reference

Public Member Functions

bool IsSet (string paramName)
 Gets a value indicating whether the specified parameter has an assigned value. More...
 

Properties

string this[string paramName] [get, set]
 Gets the specified parameter value. More...
 

Member Function Documentation

◆ IsSet()

bool Anvil.API.ScriptParams.IsSet ( string  paramName)
inline

Gets a value indicating whether the specified parameter has an assigned value.

Parameters
paramNameThe parameter name to query.
Returns
true if the specified parameter is set, otherwise false.

Property Documentation

◆ this[string paramName]

string Anvil.API.ScriptParams.this[string paramName]
getset

Gets the specified parameter value.

Parameters
paramNameThe parameter name to resolve the value of.

The documentation for this class was generated from the following file: