メインコンテンツまでスキップ
バージョン:25.2

loadedModules

  • function
  • The loadedModules() function returns a list of all of SenseTalk's internal back-end modules plus any external modules (XModules) that have been loaded into the system. This can be used to determine if a particular set of functionality is available. For example, the STColor XModule shows up in this list as "STBackEndColor", so you can test whether the color functions are available like this:
         if "STBackEndColor" is in the loadedModules then ...