property_keys Module
Functions
custom_properties
Returns a list of custom property keys for the given count.
custom_properties(count: int) -> list[int]
Parameters
| Name | Description |
|---|---|
|
count
Required
|
|
custom_property
Returns a custom property key for the given index.
custom_property(index: int) -> int
Parameters
| Name | Description |
|---|---|
|
index
Required
|
|