Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
V
Vgdpro Scripts
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
xiaoye
Vgdpro Scripts
Commits
bfa055b0
Commit
bfa055b0
authored
Apr 09, 2024
by
whenmo
Committed by
GitHub
Apr 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
289609d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+19
-0
No files found.
README.md
View file @
bfa055b0
...
@@ -164,3 +164,22 @@ VgD.BeRidedByCard(c, m[, code, op, cost, con, tg])
...
@@ -164,3 +164,22 @@ VgD.BeRidedByCard(c, m[, code, op, cost, con, tg])
> **cost : 效果的费用**
> **cost : 效果的费用**
>
>
> **tg : 效果的预处理对象函数**
> **tg : 效果的预处理对象函数**
VgD.EffectTypeTrigger(c,m,啟動的區域(vg的描述中會在效果類型後描述效果在哪些區域適用),自身狀態變化觸發/場上所以卡狀態變化觸發
*下見①,對應的時點,執行函數,費用函數,條件函數,效果的建構物件函數,效果的限制次數,效果的性質*
下見②)
## 3.被RIDE时
用于如以下效果的注册
> **这个单位被RIDE时, xxxx**
```
lua
VgD
.
EffectTypeTrigger
(
c
,
m
,
loc
,
typ
,
code
[,
op
,
cost
,
con
,
tg
,
count
,
property
])
```
参数注释
> **code : 被指定卡 RIDE 的情况下填写对应卡号, 否则填0**
>
> **cost : 效果的费用**
>
> **tg : 效果的预处理对象函数**
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