武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
Sets progress position of the progress bar (DialogControls-ProgressBar)

基本句法

句法:
control progressSetPosition pos
参数:
control: Control - progress bar control
pos: Number - 0: no progress; 1: full progress
返回值:
Nothing

范例

范例1:
_control progressSetPosition 0.5
范例2:
with uiNamespace do { bar = findDisplay 46 ctrlCreate ["RscProgress", -1]; bar ctrlSetPosition [0,0,1,0.01]; bar ctrlCommit 0; bar progressSetPosition 0.75; };

额外资讯

多人游戏:
-
也可以看看:
progressPositionsliderSetPosition

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Bottom Section

Advertisement