| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Why the rush? Just wait with making this in all honesty. |
Sorry, something went wrong.
|
Not really any rush, doubt this will be ready for next release |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pull Request
Type
Description
Closes #1208
This is an idea from PAPI3, however the implementation in this version doesn't exactly match what it would've in papi 3.
A developer could for example have something like
and should a type handler for Location be registered, that type handler could then provide placeholders like _x, _y, etc, allowing for a standarised format and predictable results across all expansions returning a specific type versus independent implementations that may differ.
I'm not happy with the implementation or api design here... at all, but I only had 2 hours to work on this so that's where we're at. In a perfect world a type handler would attach directly to an expansion and for example %player_x% would work, wouldn't need %player_loc_x%, however that's out of scope for tonight.