#include "nwnx"
Go to the source code of this file.
Functions | |
void | NWNX_ELC_SetELCScript (string sScript) |
Sets the script that runs whenever an ELC validation failure happens. More... | |
void | NWNX_ELC_EnableCustomELCCheck (int bEnabled) |
Enables a custom ELC Check that will call the ELC Script with the NWNX_ELC_VALIDATION_FAILURE_TYPE_CUSTOM type. More... | |
void | NWNX_ELC_SkipValidationFailure () |
Skip an ELC Validation Failure Event. More... | |
int | NWNX_ELC_GetValidationFailureType () |
Get the validation failure type. More... | |
int | NWNX_ELC_GetValidationFailureSubType () |
Get the validation failure subtype. More... | |
int | NWNX_ELC_GetValidationFailureMessageStrRef () |
Get the failure message. More... | |
void | NWNX_ELC_SetValidationFailureMessageStrRef (int nStrRef) |
Set the failure message. More... | |
object | NWNX_ELC_GetValidationFailureItem () |
Get the item that failed ILR validation. More... | |
int | NWNX_ELC_GetValidationFailureLevel () |
Get the character level at which the validation failure occurred. More... | |
int | NWNX_ELC_GetValidationFailureSkillID () |
Get the ID of the skill that failed ELC validation. More... | |
int | NWNX_ELC_GetValidationFailureFeatID () |
Get the ID of the feat that failed ELC validation. More... | |
int | NWNX_ELC_GetValidationFailureSpellID () |
Get the ID of the spell that failed ELC validation. More... | |