cleanup, docs
This commit is contained in:
@@ -15,4 +15,8 @@ If this node is an internal reference, follows reference links up to the runtime
|
||||
|
||||
|
||||
:example
|
||||
print("DValue::reference_target example\n");
|
||||
DValue target;
|
||||
target.set("data");
|
||||
DValue ref;
|
||||
ref.set_reference(&target);
|
||||
print(ref.reference_target() == &target ? "points to target" : "elsewhere", "\n");
|
||||
|
||||
Reference in New Issue
Block a user