sim.getMatchingPersistentDataTags

Retrieves persistent data block tags that match a specific pattern

Synopsis

list tags = sim.getMatchingPersistentDataTags(string pattern) string[] tags = sim.getMatchingPersistentDataTags(string pattern)

Arguments

  • pattern: the pattern to match. e.g. "Commander\.options\.s".

Return values

  • tags: an array containing the retrieved data block tags


See also: