Difference between revisions of "LNSetIsPlayable"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Similar to SetIsPlayable, but also works for RACE, EYES, HAIR, and PERK forms. |name = LNSetIsPlayable |returnType = void |argument...")
 
imported>Pintocat
 
Line 13: Line 13:
   }}
   }}
}}
}}
==Form Types==
These form types can be Playable:
<pre>10: Hair
11: Eyes
12: Race
24: Armor
40: Weapon
41: Ammo
86: Perk</pre>
==See Also==
==See Also==
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]

Latest revision as of 19:51, 25 January 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Similar to SetIsPlayable, but also works for RACE, EYES, HAIR, and PERK forms.

Syntax

[help]
LNSetIsPlayable form:form playable:bool

Form Types

These form types can be Playable:

10: Hair
11: Eyes
12: Race
24: Armor
40: Weapon
41: Ammo
86: Perk

See Also

LNIsPlayable IsPlayable

SetIsPlayable