|
Messenger Plus! Live - Scripting Documentation
Objects Reference - MsgPlusMsgPlus::LoadScriptFileThe MsgPlus::LoadScriptFile function loads additional JScript code into your running script. The whole content of the file is parsed and immediately placed in a running state (newly defined functions can be executed from anywhere in your script and lines belonging to the global scope are executed). 溴> 该msgplus : : loadscriptfile功能负荷额外的JScript代码 Syntax
Parameters
Return ValueA boolean value specifying if the code was parsed and run successfully. 一个布尔值,指明如果代码被解析并运行 一个布尔值,指明如果代码被解析并运行 RemarksThe use of this function should be weighted carefully. For clarity reasons, all the files of your script should be loaded when the script is started. This function is only meant to be used if parts of your script are optional or don't require to be started immediately. Remember that all the files with a .js extension placed in your main script's directory are always automatically loaded before the script is started. 使用这项功能,应加权小心。为明确起见 使用这项功能,应加权小心。为明确起见 For security reasons, never use this function to run code you dynamically downloaded from the internet. 为了 为了 Function Information
See Alsomsgplus对象。 msgplus对象。 SponsorLinksScripts文档目录 脚本库 FAQ |