Config.tryGet

Try to get the value at path, assign to result, and return success.

  1. bool tryGet(string path, T result, Node node)
  2. bool tryGet(string path, T result, Node node)
    class Config
    static final
    bool
    tryGet
    (
    T : Node
    )
    (
    string path
    ,
    ref T result
    ,
    Node node = config
    )
  3. bool tryGet(string path, Variant result, Node node)
  4. bool tryGet(string path, T result, Node node)

Meta