Contents | < Browse | Browse >

    Get()/Gets()

  SYNOPSIS
    res:=Get(object, attr, store)
    res:=Gets(object, attr)

  FUNCTION
    Ask specified object for a value assigned to specified attribute

  INPUTS
    object - pointer to boopsi object
    attr   - attribute tag id
    store  - pointer to storage for the answer

  RESULT
    res - value assigned to specified attribute (Gets);
          FALSE if the inquiries of attribute are not provided by the
          object's class (Get)

  NOTE
    This function is v36+ only!

  SEE ALSO
     Set()