Skip to content

Commit

Permalink
docs: add isFemale changelog & update ts definitions (skyrim-multipla…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Aug 14, 2024
1 parent d909621 commit 25fa5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release/dev/sp-loadGame-isFemale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`loadGame` method now supports `isFemale` to generate a savefile with a certain isFemale value.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface Face {
headTextureSetId: number
headPartIds: number[]
presets: number[]
isFemale?: boolean
}

export interface ChangeFormNpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export interface Face {
headTextureSetId: number
headPartIds: number[]
presets: number[]
isFemale?: boolean
}

export interface ChangeFormNpc {
Expand Down

0 comments on commit 25fa5f1

Please sign in to comment.