Difference between revisions of "Bendu and S M Nodes"

287 bytes added ,  07:15, 15 February 2015
imported>Lmstearn
imported>Lmstearn
Line 117: Line 117:
     QF_GSQ01_01000D62 tempGSQ01 = GetGSQ01 as QF_GSQ01_01000D62
     QF_GSQ01_01000D62 tempGSQ01 = GetGSQ01 as QF_GSQ01_01000D62
     tempGSQ01.GSQ01Story()
     tempGSQ01.GSQ01Story()
    tempGSQ01=None
     EndFunction
     EndFunction
</source>
</source>


{{InDepth|The long line of code beginning with ''QF_GSQ01_01000D62'' looks scary.
{{InDepth|The long line of code beginning with ''QF_GSQ01_01000D62'' looks scary.
Line 143: Line 143:




{{ProTip|For a better picture of how script objects are organized in the CK, check [http://www.creationkit.com/Category:Script_Objects this] out.}}
We expect the variable ''tempGSQ01'' to be used just once, so it's good practice to clear any persistent reference to the local ''GetGSQ01'' by "nulling" it.
 
 
{{ProTip|For more detailed info on casting refer [http://www.cipscis.com/skyrim/tutorials/externalaccess.aspx here].
 
For a better picture of how script objects are organized in the CK, check [http://www.creationkit.com/Category:Script_Objects this] out.}}




Anonymous user