Skip to content

Commit

Permalink
explicitly call out that calling game functions defined in F4SE code …
Browse files Browse the repository at this point in the history
…usually makes you ineligible for the signature-based address independence flag
  • Loading branch information
ianpatt committed May 14, 2024
1 parent 7ad9b82 commit 93e7cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions f4se/PluginAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ struct F4SEPluginVersionData
enum
{
// set this if you exclusively use signature matching to find your addresses and have NO HARDCODED ADDRESSES
// the F4SE code does not use signature matching, so calling functions in the F4SE headers is not safe with this flag
kAddressIndependence_Signatures = 1 << 0,

// set this if you are using a 1.10.980+ version of the Address Library
Expand Down

0 comments on commit 93e7cb2

Please sign in to comment.