getVisibility()
Return how visible the object is.
Parameters
Once an object item has been created, you can use the following function:
item.getVisibility()
Returns
return visibility
| Value | Type | Description |
|---|---|---|
| visibility | int |
How visible the object is, from 0 (invisible) to 100 (fully visible). |