RemoteEvent - stingray.input.RemoteEvent テーブル リファレンス - Stingray Lua API リファレンス
stingray.Input.RemoteEvent テーブル リファレンス
データ メンバー
すべて展開
|
すべて折りたたむ
説明
リモート クライアントから送信される(つまり JavaScript クライアントから送信される)イベント定義です。
その他の関連リファレンス項目
stingray.Input.add_remote_events()
データ メンバー
button
:
number
マウス ボタン ID/番号
dx
:
number
最終イベントからの x 軸でのマウス移動
dy
:
number
最終イベントからの y 軸でのマウス移動
dz
:
number
最終イベントからのマウス ホイール z デルタ
input_type
:
stingray.Input.RemoteEventType
入力タイプ
key
:
number
キーボード キー コード
x
:
number
マウスの x 位置
y
:
number
マウスの y 位置