tryFind

You may not get a variant from a node. You may assign to one, but you must specify a type to search for.

  1. bool tryFind(Node node, string path, ref T result)
  2. bool tryFind(Node node, string path, ref T result)
  3. bool tryFind(Node node, string path, ref Variant result)
  4. bool tryFind(Node node, string path, ref Variant result)
    @disable
    bool
    tryFind
    (
    T : Variant
    )
    (
    Node node
    ,
    string path
    ,
    ref Variant result
    )

Meta