Skip to content

Commit

Permalink
Deploy 7f549de to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy from CI committed Aug 21, 2024
0 parents commit 3c63ca2
Show file tree
Hide file tree
Showing 984 changed files with 247,738 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
If applicable, provide a copy of the asset that can be used to reproduce the bug, along with the Unreal Engine version that the asset was cooked with and the game that it is from.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows 10]
- Version or Commit: [e.g. 1.0.2/c7d9f8d]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI
on:
push:
branches:
- master

jobs:
build:
runs-on: windows-latest
steps:
- name: git checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: .NET Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Unit tests
run: dotnet test --no-restore --verbosity normal
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Deploy
on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install mdbook
run: |
mkdir mdbook
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.14/mdbook-v0.4.14-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Deploy GitHub Pages
run: |
cd docs
mdbook build
git worktree add gh-pages
git config user.name "Deploy from CI"
git config user.email ""
cd gh-pages
git update-ref -d refs/heads/gh-pages
rm -rf *
mv ../book/* .
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.vs
docs/book
docs/XMLDoc2Markdown
packages
TestResults
UAssetAPI/git_commit.txt
UAssetAPI/bin
UAssetAPI/obj
UAssetAPI.Benchmark/bin
UAssetAPI.Benchmark/obj
UAssetAPI.Tests/bin
UAssetAPI.Tests/obj
168 changes: 168 additions & 0 deletions 404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
238 changes: 238 additions & 0 deletions api/uassetapi.ac7decrypt.html

Large diffs are not rendered by default.

210 changes: 210 additions & 0 deletions api/uassetapi.ac7xorkey.html

Large diffs are not rendered by default.

272 changes: 272 additions & 0 deletions api/uassetapi.assetbinaryreader.html

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions api/uassetapi.assetbinarywriter.html

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions api/uassetapi.cityhash.html

Large diffs are not rendered by default.

330 changes: 330 additions & 0 deletions api/uassetapi.crcgenerator.html

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions api/uassetapi.customserializationflags.html

Large diffs are not rendered by default.

264 changes: 264 additions & 0 deletions api/uassetapi.customversion.html

Large diffs are not rendered by default.

205 changes: 205 additions & 0 deletions api/uassetapi.customversions.fanimphysobjectversion.html

Large diffs are not rendered by default.

205 changes: 205 additions & 0 deletions api/uassetapi.customversions.fassetregistryversion.html

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions api/uassetapi.customversions.fcoreobjectversion.html

Large diffs are not rendered by default.

228 changes: 228 additions & 0 deletions api/uassetapi.customversions.feditorobjectversion.html

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions api/uassetapi.customversions.ffortnitemainbranchobjectversion.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions api/uassetapi.customversions.fframeworkobjectversion.html

Large diffs are not rendered by default.

270 changes: 270 additions & 0 deletions api/uassetapi.customversions.fniagaracustomversion.html

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions api/uassetapi.customversions.fniagaraobjectversion.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions api/uassetapi.customversions.freleaseobjectversion.html

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions api/uassetapi.customversions.fsequencerobjectversion.html

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions api/uassetapi.customversions.fue5releasestreamobjectversion.html

Large diffs are not rendered by default.

199 changes: 199 additions & 0 deletions api/uassetapi.customversions.introducedattribute.html

Large diffs are not rendered by default.

405 changes: 405 additions & 0 deletions api/uassetapi.exporttypes.classexport.html

Large diffs are not rendered by default.

351 changes: 351 additions & 0 deletions api/uassetapi.exporttypes.datatableexport.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.exporttypes.ecppform.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.exporttypes.eexportfilterflags.html

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions api/uassetapi.exporttypes.enumexport.html

Large diffs are not rendered by default.

453 changes: 453 additions & 0 deletions api/uassetapi.exporttypes.export.html

Large diffs are not rendered by default.

344 changes: 344 additions & 0 deletions api/uassetapi.exporttypes.fieldexport.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.exporttypes.fstringtable.html

Large diffs are not rendered by default.

371 changes: 371 additions & 0 deletions api/uassetapi.exporttypes.functionexport.html

Large diffs are not rendered by default.

219 changes: 219 additions & 0 deletions api/uassetapi.exporttypes.furl.html

Large diffs are not rendered by default.

364 changes: 364 additions & 0 deletions api/uassetapi.exporttypes.levelexport.html

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions api/uassetapi.exporttypes.normalexport.html

Large diffs are not rendered by default.

344 changes: 344 additions & 0 deletions api/uassetapi.exporttypes.propertyexport.html

Large diffs are not rendered by default.

336 changes: 336 additions & 0 deletions api/uassetapi.exporttypes.rawexport.html

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions api/uassetapi.exporttypes.serializedinterfacereference.html

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions api/uassetapi.exporttypes.stringtableexport.html

Large diffs are not rendered by default.

368 changes: 368 additions & 0 deletions api/uassetapi.exporttypes.structexport.html

Large diffs are not rendered by default.

196 changes: 196 additions & 0 deletions api/uassetapi.exporttypes.udatatable.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.exporttypes.uenum.html

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions api/uassetapi.exporttypes.userdefinedstructexport.html

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions api/uassetapi.fengineversion.html

Large diffs are not rendered by default.

199 changes: 199 additions & 0 deletions api/uassetapi.fgenerationinfo.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.fieldtypes.earraydim.html

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions api/uassetapi.fieldtypes.elifetimecondition.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.farrayproperty.html

Large diffs are not rendered by default.

256 changes: 256 additions & 0 deletions api/uassetapi.fieldtypes.fboolproperty.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.fieldtypes.fbyteproperty.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions api/uassetapi.fieldtypes.fclassproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.fdelegateproperty.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions api/uassetapi.fieldtypes.fenumproperty.html

Large diffs are not rendered by default.

211 changes: 211 additions & 0 deletions api/uassetapi.fieldtypes.ffield.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions api/uassetapi.fieldtypes.fgenericproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.finterfaceproperty.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions api/uassetapi.fieldtypes.fmapproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.fmulticastdelegateproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.fmulticastinlinedelegateproperty.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.fieldtypes.fnumericproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.fobjectproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.foptionalproperty.html

Large diffs are not rendered by default.

252 changes: 252 additions & 0 deletions api/uassetapi.fieldtypes.fproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.fsetproperty.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions api/uassetapi.fieldtypes.fsoftclassproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.fsoftobjectproperty.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.fieldtypes.fstructproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.fweakobjectproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.uarrayproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.uassetclassproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.uassetobjectproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.uboolproperty.html

Large diffs are not rendered by default.

224 changes: 224 additions & 0 deletions api/uassetapi.fieldtypes.ubyteproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.uclassproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.udelegateproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.udoubleproperty.html

Large diffs are not rendered by default.

228 changes: 228 additions & 0 deletions api/uassetapi.fieldtypes.uenumproperty.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions api/uassetapi.fieldtypes.ufield.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.ufloatproperty.html

Large diffs are not rendered by default.

210 changes: 210 additions & 0 deletions api/uassetapi.fieldtypes.ugenericproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uint16property.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uint64property.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uint8property.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.uinterfaceproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uintproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.ulazyobjectproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.umapproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.umulticastdelegateproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.umulticastinlinedelegateproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.umulticastsparsedelegateproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.unameproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.unumericproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.uobjectproperty.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.fieldtypes.uproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.usetproperty.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.fieldtypes.usoftclassproperty.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.usoftobjectproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.ustrproperty.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions api/uassetapi.fieldtypes.ustructproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.utextproperty.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uuint16property.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uuint32property.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions api/uassetapi.fieldtypes.uuint64property.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions api/uassetapi.fieldtypes.uweakobjectproperty.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.import.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.invalidmappingsexception.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.io.eexportcommandtype.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.io.eiochunktype4.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.io.eiochunktype5.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.io.eiocompressionmethod.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.io.eiocontainerflags.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.io.eiostoretocentrymetaflags.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions api/uassetapi.io.eiostoretocversion.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.io.ezenpackageversion.html

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions api/uassetapi.io.fexportbundleentry.html

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions api/uassetapi.io.fexportbundleheader.html

Large diffs are not rendered by default.

214 changes: 214 additions & 0 deletions api/uassetapi.io.fexternalarc.html

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions api/uassetapi.io.finternalarc.html

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions api/uassetapi.io.fiochunkid.html

Large diffs are not rendered by default.

211 changes: 211 additions & 0 deletions api/uassetapi.io.fiodirectoryentry.html

Large diffs are not rendered by default.

207 changes: 207 additions & 0 deletions api/uassetapi.io.fiofileentry.html

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions api/uassetapi.io.fiooffsetandlength.html

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions api/uassetapi.io.fiostoremetadata.html

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions api/uassetapi.io.fiostoretoccompressedblockentry.html

Large diffs are not rendered by default.

195 changes: 195 additions & 0 deletions api/uassetapi.io.fscriptobjectentry.html

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions api/uassetapi.io.fserializednameheader.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.io.inamemap.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.io.ioglobaldata.html

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions api/uassetapi.io.iostorebinaryreader.html

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions api/uassetapi.io.iostorebinarywriter.html

Large diffs are not rendered by default.

408 changes: 408 additions & 0 deletions api/uassetapi.io.iostorecontainer.html

Large diffs are not rendered by default.

458 changes: 458 additions & 0 deletions api/uassetapi.io.zenasset.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions api/uassetapi.json.fnamejsonconverter.html

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions api/uassetapi.json.fpackageindexjsonconverter.html

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions api/uassetapi.json.fsignedzerojsonconverter.html

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions api/uassetapi.json.fstringjsonconverter.html

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions api/uassetapi.json.fstringtablejsonconverter.html

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions api/uassetapi.json.guidjsonconverter.html

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions api/uassetapi.json.tmapjsonconverter-2.html

Large diffs are not rendered by default.

245 changes: 245 additions & 0 deletions api/uassetapi.json.uassetcontractresolver.html

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions api/uassetapi.kismet.bytecode.eblueprinttextliteraltype.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.kismet.bytecode.ecasttoken.html

Large diffs are not rendered by default.

264 changes: 264 additions & 0 deletions api/uassetapi.kismet.bytecode.eexprtoken.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.kismet.bytecode.escriptinstrumentationtype.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_addmulticastdelegate.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_arrayconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_arraygetbyref.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_assert.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_binddelegate.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_breakpoint.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_byteconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_callmath.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_classcontext.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_computedjump.html

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_context.html

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_context_failsilent.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_crossinterfacecast.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_defaultvariable.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_deprecatedop4a.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_doubleconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_dynamiccast.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endarray.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endarrayconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endfunctionparms.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endmap.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endmapconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endofscript.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endparmvalue.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endset.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endsetconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_endstructconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_false.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_fieldpathconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_finalfunction.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_floatconst.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_instancedelegate.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_instancevariable.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_instrumentationevent.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_int64const.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_intconst.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_intconstbyte.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_interfacecontext.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_interfacetoobjcast.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_intone.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_intzero.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_jump.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_jumpifnot.html

Large diffs are not rendered by default.

236 changes: 236 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_let.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_letbool.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_letdelegate.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_letmulticastdelegate.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_letobj.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_letweakobjptr.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_localfinalfunction.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_localoutvariable.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_localvariable.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_localvirtualfunction.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_mapconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_metacast.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_nameconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_nointerface.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_noobject.html

Large diffs are not rendered by default.

227 changes: 227 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_nothing.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_objectconst.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_objtointerfacecast.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_popexecutionflow.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_primitivecast.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_propertyconst.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_pushexecutionflow.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_return.html

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_rotationconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_self.html

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_setarray.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_setconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_setmap.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_setset.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_skip.html

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_skipoffsetconst.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_softobjectconst.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_stringconst.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_structconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_structmembercontext.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_switchvalue.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_textconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_tracepoint.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_transformconst.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_true.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_uint64const.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_unicodestringconst.html

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_vectorconst.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_virtualfunction.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.ex_wiretracepoint.html

Large diffs are not rendered by default.

204 changes: 204 additions & 0 deletions api/uassetapi.kismet.bytecode.expressions.fkismetswitchcase.html

Large diffs are not rendered by default.

198 changes: 198 additions & 0 deletions api/uassetapi.kismet.bytecode.expressionserializer.html

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions api/uassetapi.kismet.bytecode.fscripttext.html

Large diffs are not rendered by default.

215 changes: 215 additions & 0 deletions api/uassetapi.kismet.bytecode.kismetexpression-1.html

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions api/uassetapi.kismet.bytecode.kismetexpression.html

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions api/uassetapi.kismet.bytecode.kismetpropertypointer.html

Large diffs are not rendered by default.

283 changes: 283 additions & 0 deletions api/uassetapi.kismet.kismetserializer.html

Large diffs are not rendered by default.

338 changes: 338 additions & 0 deletions api/uassetapi.mainserializer.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions api/uassetapi.namemapoutofrangeexception.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions api/uassetapi.pakbuilder.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.pakcompression.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions api/uassetapi.pakreader.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.pakversion.html

Large diffs are not rendered by default.

216 changes: 216 additions & 0 deletions api/uassetapi.pakwriter.html

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions api/uassetapi.propertytypes.objects.ancestryinfo.html

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions api/uassetapi.propertytypes.objects.arraypropertydata.html

Large diffs are not rendered by default.

291 changes: 291 additions & 0 deletions api/uassetapi.propertytypes.objects.assetobjectpropertydata.html

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions api/uassetapi.propertytypes.objects.basepropertydata-1.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.boolpropertydata.html

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions api/uassetapi.propertytypes.objects.bytepropertydata.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.propertytypes.objects.bytepropertytype.html

Large diffs are not rendered by default.

293 changes: 293 additions & 0 deletions api/uassetapi.propertytypes.objects.delegatepropertydata.html

Large diffs are not rendered by default.

285 changes: 285 additions & 0 deletions api/uassetapi.propertytypes.objects.doublepropertydata.html

Large diffs are not rendered by default.

308 changes: 308 additions & 0 deletions api/uassetapi.propertytypes.objects.enumpropertydata.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.propertytypes.objects.etextflag.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.propertytypes.objects.etransformtype.html

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions api/uassetapi.propertytypes.objects.fdelegate.html

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions api/uassetapi.propertytypes.objects.fformatargumentdata.html

Large diffs are not rendered by default.

214 changes: 214 additions & 0 deletions api/uassetapi.propertytypes.objects.fformatargumentvalue.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.fieldpathpropertydata.html

Large diffs are not rendered by default.

285 changes: 285 additions & 0 deletions api/uassetapi.propertytypes.objects.floatpropertydata.html

Large diffs are not rendered by default.

219 changes: 219 additions & 0 deletions api/uassetapi.propertytypes.objects.fnumberformattingoptions.html

Large diffs are not rendered by default.

219 changes: 219 additions & 0 deletions api/uassetapi.propertytypes.objects.fsoftobjectpath.html

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions api/uassetapi.propertytypes.objects.ftoplevelassetpath.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.int16propertydata.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.int64propertydata.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.int8propertydata.html

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions api/uassetapi.propertytypes.objects.interfacepropertydata.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions api/uassetapi.propertytypes.objects.intpropertydata.html

Large diffs are not rendered by default.

198 changes: 198 additions & 0 deletions api/uassetapi.propertytypes.objects.istruct-1.html

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions api/uassetapi.propertytypes.objects.mappropertydata.html

Large diffs are not rendered by default.

293 changes: 293 additions & 0 deletions api/uassetapi.propertytypes.objects.multicastdelegatepropertydata.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

295 changes: 295 additions & 0 deletions api/uassetapi.propertytypes.objects.namepropertydata.html

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions api/uassetapi.propertytypes.objects.objectpropertydata.html

Large diffs are not rendered by default.

260 changes: 260 additions & 0 deletions api/uassetapi.propertytypes.objects.propertydata-1.html

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions api/uassetapi.propertytypes.objects.propertydata.html

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions api/uassetapi.propertytypes.objects.propertyserializationcontext.html

Large diffs are not rendered by default.

291 changes: 291 additions & 0 deletions api/uassetapi.propertytypes.objects.setpropertydata.html

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions api/uassetapi.propertytypes.objects.softobjectpropertydata.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3c63ca2

Please sign in to comment.