Sfoglia il codice sorgente

load_async -> async_load

Brian 6 anni fa
parent
commit
160924e3d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/en/manuals/collection-proxy.md

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

@@ -72,7 +72,7 @@ end
 `"load"`
 : This message tells the collection proxy component to start loading its collection into a new world. The proxy will send back a message called `"proxy_loaded"` when it's done.
 
-`"load_async"`
+`"async_load"`
 : This message tells the collection proxy component to start background loading its collection into a new world. The proxy will send back a message called `"proxy_loaded"` when it's done.
 
 `"init"`