Click or drag to resize

ConfigAccessorGetValueByPath Method

Overload List
  NameDescription
Public methodStatic memberGetValueByPath(ConfigNode, String)
Reads a value from config node by a path.
Public methodStatic memberGetValueByPath(ConfigNode, String)
Reads a value from config node by a path.
Public methodStatic memberGetValueByPathT(ConfigNode, String, AbstractOrdinaryValueTypeProto)
Reads a value of an arbitrary type T from the config node.
Public methodStatic memberGetValueByPathT(ConfigNode, String, AbstractOrdinaryValueTypeProto)
Reads a value of an arbitrary type T from the config node.
Public methodStatic memberGetValueByPathT(ConfigNode, String, T, AbstractOrdinaryValueTypeProto)
Reads a value of arbitrary type T from a config node.
Public methodStatic memberGetValueByPathT(ConfigNode, String, T, AbstractOrdinaryValueTypeProto)
Reads a value of arbitrary type T from a config node.
Top
See Also