武装突袭 Wiki
Advertisement
  Arguments of this scripting command don't have to be local to the client the command is executed onEffects of this scripting command are broadcasted over the network and happen on every computer in the network

點擊圖片可看到更多訊息

開始使用於

遊戲:
Armed Assault
版本:
1.00

描述

描述:
Sets the object position above sea level. The pos array uses the PositionASL format.

基本句法

句法:
object setPosASL pos
參數:
object: Object
pos: Array - format PositionASL
返回值:
Nothing

範例

範例1:
player setPosASL [getPosASL player select 0, (getPosASL player select 1) + 10, getPosASL player select 2];
範例2:
this setPosASL [position this select 0, position this select 1, 9]; //[ X, Y, Z]

額外資訊

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

注意事項

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

Notes

Bottom Section

Advertisement