Set constant on GO created by factory

If you send a message to the game object it will be received by all components on the game object. So if you send a “disable” message to a game object it will get passed along to all components and all of them will get disabled while a “disable” message sent to “go#weaponsprite” will only disable that specific component.

1 Like