A SetTeleFog: Difference between revisions

From ZDoom Wiki
Jump to navigation Jump to search
Content deleted Content added
Blzut3 (talk | contribs)
m Preserving the actor with "" didn't even work here.
Blue Shadow (talk | contribs)
mNo edit summary
Line 6: Line 6:
Changes the calling actor's [[Actor_properties#TeleFogSourceType|TeleFogSourceType]] and [[Actor_properties#TeleFogSourceType|TeleFogDestType]].
Changes the calling actor's [[Actor_properties#TeleFogSourceType|TeleFogSourceType]] and [[Actor_properties#TeleFogSourceType|TeleFogDestType]].


If the actor classes for the function are set to "none" or they don't exist, the actor will spawn nothing for those fields when they teleport.
If the actor classes for the function are set to "none" or they do not exist, the actor will spawn nothing for those fields when they teleport.


==Example==
==Example==

Revision as of 04:32, 8 December 2015

(development version 30acb72 only)

A_SetTeleFog (class telefogsourcetype, class telefogdesttype)

Changes the calling actor's TeleFogSourceType and TeleFogDestType.

If the actor classes for the function are set to "none" or they do not exist, the actor will spawn nothing for those fields when they teleport.

Example

Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.