Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Clara Grace Paulsen
ygopro-rush-duel
Commits
46811563
Commit
46811563
authored
Apr 16, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/4/16 bug修复
parent
eef73d5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
script/RDAction.lua
script/RDAction.lua
+4
-0
No files found.
script/RDAction.lua
View file @
46811563
...
@@ -11,6 +11,7 @@ function RushDuel._private_action_select_match(hint, filter, tp, s_range, o_rang
...
@@ -11,6 +11,7 @@ function RushDuel._private_action_select_match(hint, filter, tp, s_range, o_rang
return
action
(
g
,
...
)
return
action
(
g
,
...
)
end
end
end
end
return
0
end
end
-- 内部方法: 可以选择匹配卡片, 执行操作
-- 内部方法: 可以选择匹配卡片, 执行操作
function
RushDuel
.
_private_action_can_select_match
(
desc
,
hint
,
filter
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
function
RushDuel
.
_private_action_can_select_match
(
desc
,
hint
,
filter
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
...
@@ -22,6 +23,7 @@ function RushDuel._private_action_can_select_match(desc, hint, filter, tp, s_ran
...
@@ -22,6 +23,7 @@ function RushDuel._private_action_can_select_match(desc, hint, filter, tp, s_ran
return
action
(
g
,
...
)
return
action
(
g
,
...
)
end
end
end
end
return
0
end
end
-- 内部方法: 选择子卡片组, 执行操作
-- 内部方法: 选择子卡片组, 执行操作
function
RushDuel
.
_private_action_select_group
(
hint
,
filter
,
check
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
function
RushDuel
.
_private_action_select_group
(
hint
,
filter
,
check
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
...
@@ -34,6 +36,7 @@ function RushDuel._private_action_select_group(hint, filter, check, tp, s_range,
...
@@ -34,6 +36,7 @@ function RushDuel._private_action_select_group(hint, filter, check, tp, s_range,
return
action
(
sg
,
...
)
return
action
(
sg
,
...
)
end
end
end
end
return
0
end
end
-- 内部方法: 可以选择子卡片组, 执行操作
-- 内部方法: 可以选择子卡片组, 执行操作
function
RushDuel
.
_private_action_can_select_group
(
desc
,
hint
,
filter
,
check
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
function
RushDuel
.
_private_action_can_select_group
(
desc
,
hint
,
filter
,
check
,
tp
,
s_range
,
o_range
,
min
,
max
,
expect
,
hint_selection
,
confirm
,
action
,
...
)
...
@@ -46,6 +49,7 @@ function RushDuel._private_action_can_select_group(desc, hint, filter, check, tp
...
@@ -46,6 +49,7 @@ function RushDuel._private_action_can_select_group(desc, hint, filter, check, tp
return
action
(
sg
,
...
)
return
action
(
sg
,
...
)
end
end
end
end
return
0
end
end
-- 内部方法: 是否包含公开区域
-- 内部方法: 是否包含公开区域
function
RushDuel
.
_private_is_include_public
(
s_range
,
o_range
)
function
RushDuel
.
_private_is_include_public
(
s_range
,
o_range
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment