Overview
Comment: | 0.0.2545 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
580b09114c1c190e4241d1e57997c4f9 |
User & Date: | 顽雨沉风 on 2023-09-09 03:27:57 |
Other Links: | manifest | tags |
Context
2023-09-09
| ||
03:30 | 0.0.2546 check-in: 4ee6c17ee4 user: 顽雨沉风 tags: trunk | |
03:27 | 0.0.2545 check-in: 580b09114c user: 顽雨沉风 tags: trunk | |
03:13 | 0.0.2544 check-in: e1b217bace user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/三个绑定函数.html from [df99a18179] to [49de687709].
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | + + - - + + - + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + | <body> <header id="title-block-header"> <h1 class="title">三个绑定函数</h1> </header> <nav id="TOC" role="doc-toc"> <ul> <li><a href="#presummon" id="toc-presummon"><span class="toc-section-number">1</span> PreSummon</a></li> <li><a href="#preequip" id="toc-preequip"><span class="toc-section-number">2</span> PreEquip</a></li> <li><a href="#presettarget" id="toc-presettarget"><span class="toc-section-number">3</span> PreSetTarget</a></li> </ul> </nav> <h1 data-number="1" id="presummon"><span class="header-section-number">1</span> PreSummon</h1> <p>Debug.PreSummon(卡, 召唤类型[, 从哪个区域特召到场上])</p> <details> <summary> 补充 </summary> |
︙ |
Modified single_doc/三个绑定函数.md from [7af8520fe2] to [3ec482bb5e].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | - - + + - - - - - - - - - - - + + + + + + + + + + + - - + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - + + + + + + + | % 三个绑定函数 # PreSummon Debug.PreSummon(卡, 召唤类型[, 从哪个区域特召到场上]) <details> <summary> 补充 </summary> ~~~ |