GetItemACValue(object)

Get the armor class (AC) of an item.

int GetItemACValue(
    object oItem
);

Parameters

oItem

Item whose AC is to be determined.


Description

Returns the armor class (AC) of oItem. Returns 0 if oItem is not a valid item, or if oItem has no armor value.



Version

1.22

See Also

functions: GetBaseItemType
categories: Get Data from Object Functions


 author: Jason Harris, editor: Kristian Markon
 Send comments on this topic.