Silicon Dryad@eldritch.cafetoGodot@programming.dev•[Question] [Solved] Persistent variables in tool script
3·
1 year agodeleted by creator
I wish I could rattle off a trite list of labels here, but I’ve never found a satisfyingly short list that covered me.
I like political discussions that revolve around how to make the world better. I like learning underlying and/or fundamental truths about the universe we find ourselves in. I like art; as an artist, as an audience member, as a stage hand. I like computers and how they empower us to more freely manipulate information and send it back out into the world.
I like forests.
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
@Bezier yeah it’s good to know about the differences between Object and RefCounted when you’re making custom data containers.
Personally, I’ve been suffixing my custom/“game object” resources with “-Rs”, as in I have
PlayerRs
,FileRs
,DownloadRs
, etc.The namespace pollution is definitely part of the trade-off from just preloading wherever you need the class.