控制器对象的基础类,例如 HumanoidController 对象。
属性
方法
BindButton
void
激活指定按钮的覆盖绑定。
参数
返回
void
代码示例
Controller:BindButton1
local ControllerService = game:GetService("ControllerService")
local humanoidController = ControllerService:FindFirstChildOfClass("HumanoidController")
humanoidController:BindButton(Enum.Button.Dismount, "win!")