Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
2ff9e84f
Commit
2ff9e84f
authored
Nov 18, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean_int
parent
38c1c912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ocgcore/interpreter.cpp
ocgcore/interpreter.cpp
+0
-3
No files found.
ocgcore/interpreter.cpp
View file @
2ff9e84f
...
@@ -19,8 +19,6 @@ static const struct luaL_Reg cardlib[] = {
...
@@ -19,8 +19,6 @@ static const struct luaL_Reg cardlib[] = {
//millux
//millux
{
"IsRitualType"
,
scriptlib
::
card_is_ritual_type
},
{
"IsRitualType"
,
scriptlib
::
card_is_ritual_type
},
//222DIY
//222DIY
{
"GetAffectingEffect"
,
scriptlib
::
card_get_affecting_effect
},
{
"FilterEffect"
,
scriptlib
::
card_filter_effect
},
{
"SetEntityCode"
,
scriptlib
::
card_set_entity_code
},
{
"SetEntityCode"
,
scriptlib
::
card_set_entity_code
},
{
"SetCardData"
,
scriptlib
::
card_set_card_data
},
{
"SetCardData"
,
scriptlib
::
card_set_card_data
},
...
@@ -365,7 +363,6 @@ static const struct luaL_Reg duellib[] = {
...
@@ -365,7 +363,6 @@ static const struct luaL_Reg duellib[] = {
//222DIY
//222DIY
{
"SelectField"
,
scriptlib
::
duel_select_field
},
{
"SelectField"
,
scriptlib
::
duel_select_field
},
{
"GetMasterRule"
,
scriptlib
::
duel_get_master_rule
},
{
"GetMasterRule"
,
scriptlib
::
duel_get_master_rule
},
{
"FilterPlayerEffect"
,
scriptlib
::
duel_filter_player_effect
},
{
"ReadCard"
,
scriptlib
::
duel_read_card
},
{
"ReadCard"
,
scriptlib
::
duel_read_card
},
{
"Exile"
,
scriptlib
::
duel_exile
},
{
"Exile"
,
scriptlib
::
duel_exile
},
{
"DisableActionCheck"
,
scriptlib
::
duel_disable_action_check
},
{
"DisableActionCheck"
,
scriptlib
::
duel_disable_action_check
},
...
...
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