File information

Last updated

Original upload

Created by

Lee3310

Uploaded by

lee3310

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Function Call

    Those are all functions available for now:

    ;akCategory: Category name, found in "Data\F4SE\Plugins\F4EE\Tints\PlugiName\categories.json" or ingame looksMenu ("slm").
    ;akTintName: Face Tint name, found in "Data\F4SE\Plugins\F4EE\Tints\PlugiName\templates.json" or ingame looksMenu ("slm").
    ;You can also get the names from the esp: "akCategory" = FormList Name, "akTintName" = HeadPart Name.
    ;akActor: if none, headPart will be applied to player


    Bool Function ApplyHeadPart(String akCategory, String akTintName, Actor akActor = None)

    Bool Function ApplyHeadPartIfNone(String akCategory, String akTintName, Actor akActor = None)
    ;this will apply HeadPart to the actor only if it's not...