Controller

顯示已棄用項目

*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡

無法建立

控制器對象的基本類別,例如 HumanoidController 物件。

概要

方法

活動

屬性

方法

BindButton

void

啟用指定按鈕的隱藏綁定。

參數

button: Enum.Button
caption: string

返回

void

範例程式碼

Controller:BindButton1

local ControllerService = game:GetService("ControllerService")
local humanoidController = ControllerService:FindFirstChildOfClass("HumanoidController")
humanoidController:BindButton(Enum.Button.Dismount, "win!")

GetButton

返回是否按下按鈕。

參數

button: Enum.Button

返回

UnbindButton

void

移除按鈕的黏定。

參數

button: Enum.Button

返回

void

活動

ButtonChanged

按鈕綁定狀態變更時發生。這個事件可以與 Controller:GetButton() 一起使用來確認按鈕是否被按下或不是。

參數

button: Enum.Button