Hi, how do i can get all objects from a family, for example:
function myPluginFunction(){ family.Y = family.Y++; } [/code:1w01gtcl] Actually I need get X and Y for each instance from a family and put them in a array, can anyone help me? regards.
Develop games in your browser. Powerful, performant & highly capable.
https://www.dropbox.com/s/y1is3vuqolfic ... .capx?dl=0
dropbox.com/scl/fi/r5986967w0akavbtcy6bq/XYinAnArray.capx
Hi, Thanks,
but i need do that in the background, that's why i need to make a plugin, but i don't know how to get values from a family or behavior programmatically. (Javascript SDK)
For example, get X for each solid objects.
(Im gonna make a json with that values, and i want to make it easy for users)