This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "StrCopy"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Talkie Toaster
imported>Talkie Toaster
m
 
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
  StrCopy ''CopyTo:long'' ''CopyFrom:long''
  StrCopy ''StringTo:long'' ''StringFrom:long''


Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.
Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.

Latest revision as of 07:58, 14 July 2007

Syntax:

StrCopy StringTo:long StringFrom:long

Overwrites the string associated with the Copy To pointer with the string associated with the Copy From pointer.