Difference between revisions of "GetIsCurrentPackage"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Pintocat
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Function
|origin = GECK1
|summary = Returns 1 if the actor is currently running the specified package, 0 otherwise.
|name = GetIsCurrentPackage
|returnType = boolean
|referenceType = actorRef
|arguments = {{FunctionArgument
  |Name = AIPackage
  |Type = form
  }}
|example = ActorRef.GetIsCurrentPackage AnvilGuardPatrolDay8x7
}}
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetIsCurrentPackage GetIsCurrentPackage].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetIsCurrentPackage GetIsCurrentPackage].


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:AI Functions]]
[[Category:AI Functions]]
[[Category:AI Functions (GECK 1.1)]]

Latest revision as of 04:37, 20 January 2017

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

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the actor is currently running the specified package, 0 otherwise.

Syntax

[help]
(boolean) actorRef.GetIsCurrentPackage AIPackage:form

Example

ActorRef.GetIsCurrentPackage AnvilGuardPatrolDay8x7

Link to TES4 Construction Set Wiki: GetIsCurrentPackage.