Category:Papyrus Debug Only Functions

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

These functions are all debug-only functions in Papyrus and will be compiled out of the release archives, so you shouldn't be relying on them to provide information to the user or perform tasks in a non-debug environment. Note that the entire function call is trimmed, including the arguments, so if you do something that has a side effect in one of the arguments, that side effect will be removed as well.