SetHardness

From NWN Lexicon


Contents

[edit] SetHardness(int, object)

Sets the hardness of a door or placeable.

void SetHardness(
    int nHardness,
    object oObject = OBJECT_SELF
);

[edit] Parameters

nHardness

Must be between 0 and 250.

oObject

A door or placeable object. (Default = OBJECT_SELF)


[edit] Description

Sets the hardness of a door or placeable.

Does nothing if used on an object that is neither a door nor a placeable.



[edit] Version

1.67

[edit] See Also

functions: 

GetHardness



author: Mistress

Personal tools
Categories