|
发表于 2014-5-2 18:36:58
|
显示全部楼层
Script function:
-----------------
world.Info
Read about scripting
Type
------------------
Method
Summary
------------------
Adds text to the "info" tool bar
Prototype
------------------
void Info(BSTR Message);
---------------------------------------
Description
This adds the specified text to the info bar.
The bar is not cleared first, use InfoClear if you want to start a fresh lot of text.
If you want to change the colour, font or style of the text, use InfoFont and/or InfoColour before displaying the text.
The info bar may contain mixed colours, fonts and styles.
The info bar is shared between all worlds. Switching worlds will not change its contents. |
|