Browse Source

Documented the new attribute flags.

Lasse Öörni 13 years ago
parent
commit
e7935ffaf6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Docs/Reference.dox

+ 3 - 1
Docs/Reference.dox

@@ -1201,8 +1201,10 @@ Each attribute can have a combination of the following flags:
 - AM_NET: Is used for network replication.
 - AM_LATESTDATA: Frequently changing data for network replication, where only the latest values matter. Used for motion and animation.
 - AM_NOEDIT: Is an internal attribute and is not to be shown for editing.
+- AM_NODEID: Is a node ID and may need rewriting when instantiating scene content.
+- AM_COMPONENTID: Is a component ID and may need rewriting when instantiating scene content.
 
-The default flags are AM_FILE and AM_NET.
+The default flags are AM_FILE and AM_NET. Note that it is legal to define neither AM_FILE or AM_NET, meaning the attribute has only run-time significance (perhaps for editing.)
 
 \page Network Networking