SetIdentified(object, int)

Sets whether an object has been identified.

void SetIdentified(
    object oItem,
    int bIdentified
);

Parameters

oItem

The item to have its identified flag altered.

bIdentified

TRUE if the object is identified, otherwise FALSE.


Description

Sets whether oItem has been identified.

If bIdentified equals TRUE the item will be mark as having been identified, otherwise it will be marked as not identified.



Version

1.22

See Also

functions: GetIdentified
categories: Get Data from Object Functions


 author: Tom Cassiotis
 Send comments on this topic.