Seven Towers: UCC Reference

USECODE INTRINSICS

object[] UI_get_cont_items(object obj, int shape, int qual, int frame)
object[] obj->get_cont_items(int shape, int qual, int frame)

Looks for all objects matching a given search criteria that are contained in the supplied object.

Parameters

objThe object whose contents are to be searched. Can be a container or an NPC.
shapeThe shape we are looking for. Can be SHAPE_ANY = -359 to match any shape.
qualThe quality that is being sought. Can be QUALITY_ANY = -359 to match any quality.
frameWhat frame is desired. Can be FRAME_ANY = -359 to match any frame.

Return

Array containing object references to all objects that match the given criteria.

Related intrinsics

See also