| Name | <ElementTag.last_index_of[<element>]> |
| Returns | ElementTag(Number) |
| Description | Returns the index of the last occurrence of a specified element.
Returns 0 if the element never occurs within the element. |
| Group | element checking |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L1116 |