DeleteCampaignDBVariableOnAll

From NWN Lexicon

Contents

[edit] DeleteCampaignDBVariableOnAll(object, string)

Deletes a campaign DB variable from all PCs in a PC's party.

void DeleteCampaignDBVariableOnAll(
    object oPC,
    string strVarName
);

[edit] Parameters

oPC

Player Character

strVarName

campaign DB variable name


[edit] Description

Given a PC and a variable name, deletes all campaign database variables of that name from the Player Characters in the PC's party.



[edit] Remarks

Does not apply to associates.

Include library for party-wide functions.

NOTE: this library is included in "x0_i0_common" already.
Do NOT dual-include both files or you will get errors!


[edit] Requirements

#include " X0_I0_PARTYWIDE "

[edit] Version

1.61

[edit] See Also



 author: Peter Busby
 

Personal tools
Categories