File tree
6 files changed
+47
-13
lines changed- libs
- src/pyunrealsdk/unreal_bindings
- stubs/unrealsdk
6 files changed
+47
-13
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
3 | 25 |
| |
4 | 26 |
| |
5 | 27 |
| |
|
- CMakeLists.txt+1-1
- changelog.md+10-1
- src/unrealsdk/game/bl2/console.cpp+1-1
- src/unrealsdk/game/bl3/console.cpp+1-1
- src/unrealsdk/unreal/classes/uclass.cpp+15-1
- src/unrealsdk/unreal/classes/uclass.h+10-17
- src/unrealsdk/unreal/classes/ufunction.cpp+27
- src/unrealsdk/unreal/classes/ufunction.h+18-17
- src/unrealsdk/unreal/classes/uscriptstruct.cpp+15
- src/unrealsdk/unreal/classes/uscriptstruct.h+10-2
- src/unrealsdk/unreal/classes/ustruct.cpp+47
- src/unrealsdk/unreal/classes/ustruct.h+40-1
- src/unrealsdk/unreal/wrappers/bound_function.cpp+3-3
- supported_settings.toml+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 |
| |
158 | 160 |
| |
159 |
| - | |
| 161 | + | |
160 | 162 |
| |
161 | 163 |
| |
162 | 164 |
| |
| |||
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
186 | 196 |
| |
187 | 197 |
| |
188 | 198 |
| |
| |||
204 | 214 |
| |
205 | 215 |
| |
206 | 216 |
| |
207 |
| - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
208 | 220 |
| |
209 | 221 |
| |
210 | 222 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments