30 lines
694 B
Plaintext
30 lines
694 B
Plaintext
|
;/ Decompiled by Champollion V1.0.1
|
||
|
Source : DefaultAddEffectShaderScript.psc
|
||
|
Modified : 2014-03-25 18:15:30
|
||
|
Compiled : 2014-03-25 18:15:32
|
||
|
User : nilietzau
|
||
|
Computer : MUC-A-1045
|
||
|
/;
|
||
|
scriptName defaultaddeffectshaderscript extends objectReference
|
||
|
|
||
|
;-- Properties --------------------------------------
|
||
|
effectshader property glowEffect auto
|
||
|
|
||
|
;-- Variables ---------------------------------------
|
||
|
|
||
|
;-- Functions ---------------------------------------
|
||
|
|
||
|
function OnLoad()
|
||
|
|
||
|
glowEffect.play(self as objectReference, -1.00000)
|
||
|
endFunction
|
||
|
|
||
|
; Skipped compiler generated GotoState
|
||
|
|
||
|
; Skipped compiler generated GetState
|
||
|
|
||
|
function OnUnload()
|
||
|
|
||
|
glowEffect.stop(self as objectReference)
|
||
|
endFunction
|