ChatImproVR / chatimprovr

A Virtual World Platform for the future
https://chatimprovr.github.io/
Other
10 stars 1 forks source link

Replace `for key in ...` with `for entity in ...` #54

Closed Masterchef365 closed 1 year ago

Masterchef365 commented 1 year ago

Query results used to have "keys" instead of entity IDs, now they don't. But this artifact is left behind and it's a little misleading. Fix me!

MrKangs commented 1 year ago

Do you want someone to update the syntax of all the example plugins from the word "key" to "entity" or something similar that is not misleading? What are some other changes you are looking at for this issue particularly?

Masterchef365 commented 1 year ago

Do you want someone to update the syntax of all the example plugins from the word "key" to "entity"

ye

Masterchef365 commented 1 year ago

Resolved by #55