Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
5
Merge Requests
5
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
MyCard
ygopro-scripts-888
Commits
1bb5c938
Commit
1bb5c938
authored
Apr 02, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix define of AddFusionProcCodeFun
parent
f8ad78a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
procedure.lua
procedure.lua
+5
-5
No files found.
procedure.lua
View file @
1bb5c938
...
...
@@ -1231,7 +1231,7 @@ function Auxiliary.AddFusionProcCodeRep(c,code1,cc,sub,insf)
end
---Fusion monster, name * minc to maxc
---@param c Card
---@param code1 integer
---@param code1 integer
|table
---@param minc integer
---@param maxc integer
---@param sub boolean
...
...
@@ -1241,7 +1241,7 @@ function Auxiliary.AddFusionProcCodeRep2(c,code1,minc,maxc,sub,insf)
end
---Fusion monster, name + condition * n
---@param c Card
---@param code1 integer
---@param code1 integer
|table
---@param f function|table
---@param cc integer
---@param sub boolean
...
...
@@ -1301,7 +1301,7 @@ function Auxiliary.AddFusionProcFunFunRep(c,f1,f2,minc,maxc,insf)
end
---Fusion monster, name + condition * minc to maxc
---@param c Card
---@param code1 integer
---@param code1 integer
|table
---@param f function|table
---@param minc integer
---@param maxc integer
...
...
@@ -1312,8 +1312,8 @@ function Auxiliary.AddFusionProcCodeFunRep(c,code1,f,minc,maxc,sub,insf)
end
---Fusion monster, name + name + condition * minc to maxc
---@param c Card
---@param code1 integer
---@param code2 integer
---@param code1 integer
|table
---@param code2 integer
|table
---@param f function|table
---@param minc integer
---@param maxc integer
...
...
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