Library.RunCommand

Post Reply
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Library.RunCommand

Post by clintonman »

Does anyone no how to use the Library.RunCommand?

I found this information in an old doc file, tS7_help.chm
Script commands can be run using following mask:

Library.RunCommand(<library name>, <category name>, <item name>)


For example:

Library.RunCommand('Commands','Script commands','Labyrinth')


When commands have parameters, use variants of the RunCommand method with parameters:

Library.RunCommand1<library name>, <category name>, <item name>, <param>)

Library.RunCommand2<library name>, <category name>, <item name>, <param1>,<param2>)
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Library.RunCommand

Post by trueBlue »

I think Library is deprecated.
Library2 replaces Library
Post Reply