Regular API
function
sim.getMatchingPersistentDataTags
Description
Retrieves persistent data block tags that match a specific pattern. See also
sim.getPersistentDataTags
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
table 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.
All regular API functions on one page