Question about Global Properties

Easy one…

Is there a ‘limit’ on the number of global properties you can declare in a module? What is the most anyone has used? Will the higher number impact performance?

I have about 80 right now, and plan on adding about 30-40 more before I’m done. I don’t notice any problems, but I’d hate to get to a certain number and realize the way I’m doing the module isn’t going to work.

Thanks.

Dave

No.

80 is about the highest, I believe, though I heard someone is trying for 120 :slight_smile:

No, they are stored in a Hashed property map, access is very efficient. You should not have any problems.

You should be fine.

Cheers,
Brent.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)