武装突袭 Wiki
Advertisement
Introduced with Operation Flashpoint version 1.5
  Arguments of this scripting command have to be local to the client the command is executed onEffects of this scripting command are not broadcasted over the network and remain local to the client the command is executed on

點擊圖片可看到更多訊息

開始使用於

遊戲:
Operation Flashpoint
版本:
1.5

描述

描述:
Sets the color of the item with the given index of the listbox or combobox with id idc of the topmost user dialog to color.
Colour is in format Color.

基本句法

句法:
lbSetColor [idc, index, color]
參數:
[idc, index, color]: Array
idc: Number of control
index: Number
color: Color
返回值:
Nothing

替代句法

句法:
control lbSetColor [index, color]
參數:
control: Control
[index, color]: Array
index: Number
color: Color
返回值:
Nothing

範例

範例1:
lbSetColor [101, 0, [0, 1, 0, 0.5]];
範例2:
_control lbSetColor [0, [0, 1, 0, 0.5]];

額外資訊

多人遊戲:
-
也可以看看:
lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetCurSellbSetDatalbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValue

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Posted: Sep 10 2014
ffur2007slx2_5
More information on the LB command family can be found here

Bottom Section

Advertisement