Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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
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-core
Commits
bb46c1b3
Commit
bb46c1b3
authored
Apr 29, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move to bottom
parent
de7daad9
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
122 deletions
+122
-122
interpreter.cpp
interpreter.cpp
+5
-5
libgroup.cpp
libgroup.cpp
+117
-117
No files found.
interpreter.cpp
View file @
bb46c1b3
...
@@ -335,11 +335,6 @@ static const struct luaL_Reg effectlib[] = {
...
@@ -335,11 +335,6 @@ static const struct luaL_Reg effectlib[] = {
};
};
static
const
struct
luaL_Reg
grouplib
[]
=
{
static
const
struct
luaL_Reg
grouplib
[]
=
{
{
"__add"
,
scriptlib
::
group_meta_add
},
{
"__bor"
,
scriptlib
::
group_meta_add
},
{
"__sub"
,
scriptlib
::
group_meta_sub
},
{
"__band"
,
scriptlib
::
group_meta_band
},
{
"__bxor"
,
scriptlib
::
group_meta_bxor
},
{
"CreateGroup"
,
scriptlib
::
group_new
},
{
"CreateGroup"
,
scriptlib
::
group_new
},
{
"KeepAlive"
,
scriptlib
::
group_keep_alive
},
{
"KeepAlive"
,
scriptlib
::
group_keep_alive
},
{
"DeleteGroup"
,
scriptlib
::
group_delete
},
{
"DeleteGroup"
,
scriptlib
::
group_delete
},
...
@@ -375,6 +370,11 @@ static const struct luaL_Reg grouplib[] = {
...
@@ -375,6 +370,11 @@ static const struct luaL_Reg grouplib[] = {
{
"IsContains"
,
scriptlib
::
group_is_contains
},
{
"IsContains"
,
scriptlib
::
group_is_contains
},
{
"SearchCard"
,
scriptlib
::
group_search_card
},
{
"SearchCard"
,
scriptlib
::
group_search_card
},
{
"GetBinClassCount"
,
scriptlib
::
group_get_bin_class_count
},
{
"GetBinClassCount"
,
scriptlib
::
group_get_bin_class_count
},
{
"__add"
,
scriptlib
::
group_meta_add
},
{
"__bor"
,
scriptlib
::
group_meta_add
},
{
"__sub"
,
scriptlib
::
group_meta_sub
},
{
"__band"
,
scriptlib
::
group_meta_band
},
{
"__bxor"
,
scriptlib
::
group_meta_bxor
},
{
NULL
,
NULL
}
{
NULL
,
NULL
}
};
};
...
...
libgroup.cpp
View file @
bb46c1b3
This diff is collapsed.
Click to expand it.
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