Overview
Comment: | 0.0.352 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7cdfe656b51ca457cfa26aa64eed56e7 |
User & Date: | 顽雨沉风 on 2023-06-29 13:18:09 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
13:49 | 0.0.353 check-in: c2795c660d user: 顽雨沉风 tags: trunk | |
13:18 | 0.0.352 check-in: 7cdfe656b5 user: 顽雨沉风 tags: trunk | |
13:02 | 0.0.351 check-in: 4b54270049 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/_functions.txt from [39fe9f2534] to [ee02fcfbf8].
︙ | ︙ | |||
928 929 930 931 932 933 934 | ●bool Card.IsRitualType(Card c) 返回c的仪式召唤的种类。 ●bool Card.SetEntityCode(Card c, int code[, bool no_alias=false]) 把c的卡图,卡名,信息全部改成卡号为code的卡的信息,但是不改变效果。常用于卡片变身类效果。返回是否成功。 no_alias=true会把变身后c的同名卡信息去除。用于双面卡的处理。 | < < < < < < < < < < < < < < < < | 928 929 930 931 932 933 934 935 936 937 938 939 940 941 | ●bool Card.IsRitualType(Card c) 返回c的仪式召唤的种类。 ●bool Card.SetEntityCode(Card c, int code[, bool no_alias=false]) 把c的卡图,卡名,信息全部改成卡号为code的卡的信息,但是不改变效果。常用于卡片变身类效果。返回是否成功。 no_alias=true会把变身后c的同名卡信息去除。用于双面卡的处理。 ●int Card.GetLinkMarker(Card c) 返回c的连接标记。 ●int Card.GetOriginalLinkMarker(Card c) 返回c的原本连接标记。 ●bool Card.IsXyzSummonableByRose(Card c, Card c1, Card c2) |
︙ | ︙ |