Background for Skyrim SE
Member of the iEquip_FormExt script
boolfunctionIsOil(Forma_form)NativeGlobal

Description

Documentation Comment

@brief Returns whether the given form is a poison oil.
@param a_form The form to check.
@return Returns true if the given form is a poison oil, else returns false.


Caveats


Parameters

Forma_form


Examples

Auto-Generated Example

Form myForm__a_form

bool returnedValue = iEquip_FormExt.IsOil(myForm__a_form)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.