|
Create a new object.
This function creates a new object in HAM. It is more or less only a wrapper function for ham_CreateObj, because you cannot specify negative values in ham_CreateObj (HAM 2.71). Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Create a new object using 16 colors.
This function is a simplified version of hel_ObjCreate() for 16 color objects.
Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Create a new object using 256 colors.
This function is a simplified version of hel_ObjCreate() for 256 color objects.
Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Check if an object exist. This function checks if the object specified by ObjNo exists in HAM
|
|
Check if an object uses 256 or 16 colors. Use this function to figure out if the object specified by ObjNo uses 256 colors or 16 colors.
|
|
Get the mode of an object. This function will return what mode an object uses.
|
|
Check if an object is horizontal flipped. Use this function to figure out if the object specified by ObjNo is H flipped.
|
|
Check if an object has mosaic attribute set. Use this function to figure out if the object specified by ObjNo has the Mosaic attribute set.
|
|
Check if an object has rotation/scaling attribute set. Use this function to figure out if the object specified by ObjNo has the Rotation/Scaling attribute set.
|
|
Check if an object is vertical flipped. Use this function to figure out if the object specified by ObjNo is V flipped.
|
|
Check if an object is visible. This function checks if the object specified by ObjNo is visible.
|
|
Update object in OAM immediately. This function updates the objects specified by ObjNo immediately in OAM.
|