'Usage
Dim instance As ImGearVectorData
Dim entityId As String
Dim startIndex As Integer
Dim value As Integer
value = instance.FindEntityIndex(entityId, startIndex)
Parameters
entityId
ID of the entity to find.
startIndex
Start index in the internal container.
Return Value
Index of the entity found, or -1 if no entity could be found.