ConditionPrint

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns 1 and prints a message to console. Meant for use as a debugging condition, in order to see when a condition is evaluated and also check if previous conditions passed.

The printed message includes information about the reference which is passed by the game to the condition function, such as its refID and editorID. The latter only shows up if an editorID was set for the reference and if JohnnyGuitar NVSE's bLoadEditorIDs is set to 1.

Syntax

[help]
(1) ConditionPrint 

Notes

  • This function should not be included into a mod's finished build, seeing as conditions are usually evaluated every frame. Otherwise, it could result in a lot of console spam.

See Also