IPCopyItemProperties
From NWN Lexicon
Jump to navigationJump to searchIPCopyItemProperties(object, object, int)
Copies all permanent item properties from one object to another.
Parameters
oSource
Object (item) from which the item properties are copied.
oTarget
Object (item) to which the item properties are copied.
bIgnoreCraftProps
Prohibits copying of craft armor or weapon item properties. (Default: TRUE)
Description
This function copies all permanent item properties from oSource to oTarget.
If bIgnoreCraftProps is TRUE (or rather non-zero), any craft armor or weapon item properties are not copied.
Remarks
Temporary item properties are never copied by this function.
oSource and oTarget must be valid items.
This is an internal function. See the note near the top of #include index for more details.
Requirements
#include " x2_inc_itemprop "
Version
???
See Also
functions: | |
constants: |
author: motu99, editor: Mistress