Difference between revisions of "CompareScripts"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(created)
 
imported>Odessa
m (+cat)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Returns true if the compiled scripts are identical
  |summary = Returns true (1) if the compiled scripts are identical.
  |name = CompareScripts
  |name = CompareScripts
  |returnType = bool
  |returnType = bool
Line 20: Line 20:
*[[RemoveScript]]
*[[RemoveScript]]
[[Category:Functions_(NVSE)]]
[[Category:Functions_(NVSE)]]
[[Category:Script Functions]]

Latest revision as of 07:00, 6 August 2014

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

A function added by the New Vegas Script Extender.

Description

Returns true (1) if the compiled scripts are identical.

Syntax

[help]
(bool) CompareScripts Script:script Script:script

See Also