WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
15 stars 5 forks source link

Request feature: Prefab Link Convenience Creation Method #57

Closed pheonix99 closed 2 years ago

pheonix99 commented 2 years ago

It looks like I need to manually add the dashes into PrefabLink GUIDs and this is annoying.

Could we get a convenience builder like the fixed duration one?

pheonix99 commented 2 years ago

Wait this may not be the issue I'm having.

WittleWolfie commented 2 years ago

Some other modders had issues when using upper-case letters. Technically spec for GUID is alphanumeric, lower-case. When handling blueprint guids BPCore calls ToLower(), maybe that's something useful for PrefabLink creation?