Description
|
Retrieves persistent data block tags that match a specific pattern. See also sim.getPersistentDataTags |
C/C++ synopsis
|
|
C/C++ parameters |
|
C/C++ return value
|
|
Lua synopsis
|
string[] tags=sim.getMatchingPersistentDataTags(string pattern) |
Lua parameters |
pattern: the pattern to match. e.g. "LuaCommander\.options\.s".
|
Lua return values
|
tags: a table containing the retrieved data block tags.
|
Python synopsis
|
list tags=sim.getMatchingPersistentDataTags(string pattern) |