Difference between revisions of "IsGoreDisabled"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Qazaaq
(use returnVal instead of returnType to avoid error msg)
imported>Ez0n3
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function
{{Function
| origin       = GECK1
|origin = GECK1
| summary     = Returns 1 if gore is disabled, 0 otherwise.
|summary = Returns 1 if gore is disabled, 0 otherwise.
| name         = IsGoreDisabled
|name = IsGoreDisabled
| returnVal   = bool
|returnVal = 0, 1
| CategoryList = [[Category:Functions]] [[Category:Miscellaneous Functions]]
|returnType = int
|example = IsGoreDisabled
}}
}}
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions (GECK 1.1)]]

Latest revision as of 08:43, 11 January 2011

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

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if gore is disabled, 0 otherwise.

Syntax

[help]
(0, 1:int) IsGoreDisabled

Example

IsGoreDisabled