Преглед на файлове

Update collection-proxy.md

Change Id -> Name in the Addressing into the new world section according to current real behaviour
Artem Trubachev преди 7 години
родител
ревизия
b7d99ee6b1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/en/manuals/collection-proxy.md

+ 1 - 1
docs/en/manuals/collection-proxy.md

@@ -83,7 +83,7 @@ end
 
 ## Addressing into the new world
 
-The *Id* set in the collection file properties is used to address game objects and components in the loaded world. If you, for instance, create a loader object in the bootstrap collection you may need to communicate with it from any loaded collection:
+The *Name* set in the collection file properties is used to address game objects and components in the loaded world. If you, for instance, create a loader object in the bootstrap collection you may need to communicate with it from any loaded collection:
 
 ```lua
 -- tell the loader to load the next level: