Difference between revisions of "Talk:DisablePlayerControls - InputEnableLayer"

m
no edit summary
imported>Qazaaq
m
imported>Qazaaq
m
 
Line 17: Line 17:




:It doesnt need to be declared in a function body. It just simply wont exist outside the function body if thats where you declared it.
:It doesnt need to be declared in a function body. It just simply wont exist outside the function body if thats where you declared it. This will disable the player controls for ten seconds and then the layer will cease to exist when the function returns. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2017-04-28T03:05:33 (EDT)
<source lang="papyrus">
<source lang="papyrus">
Event OnInit()
Event OnInit()
Line 25: Line 25:
EndEvent
EndEvent
</source>
</source>
This will disable the player controls for ten seconds and then the layer will cease to exist when the function returns. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2017-04-28T03:05:33 (EDT)
Anonymous user