Legacy:EnhancedItems/MIConverter: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
This class is spawned by an [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/EnhancedMutator]] or [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/EnhancedArena]], but not added to the [[Legacy:Linked List|linked list]] of mutators.<br />The MIConverter replaces all ChaosUT MultiItems with [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/MultiPickupPlus]] items, except for those which have only one item in the list. These will be converted directly to the item. These MPP will go into emulation mode so they behave (almost) like a MultiItem but are compatible with every EnhancedMutator's CheckMPP function. You can stop the emulation mode by calling the MPP's StopEmulation() function at any time. | This class is spawned by an [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/EnhancedMutator]] or [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/EnhancedArena]], but not added to the [[Legacy:Linked List|linked list]] of mutators.<br />The MIConverter replaces all ChaosUT MultiItems with [[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}/MultiPickupPlus]] items, except for those which have only one item in the list. These will be converted directly to the item. These MPP will go into emulation mode so they behave (almost) like a MultiItem but are compatible with every EnhancedMutator's CheckMPP function. You can stop the emulation mode by calling the MPP's StopEmulation() function at any time. | ||
[[Category:Legacy Class (UT) | [[Category:Legacy Custom Class (UT)|{{PAGENAME}}]] | ||
Latest revision as of 08:03, 19 November 2007
UT :: Actor (UT) >> Info (UT) >> Mutator (UT) >> Legacy:EnhancedItems/EnhancedMutator >> MIConverter (Package: MIConverter)
This is a utility class for the EnhancedItems package by Wormbo.
This class is spawned by an Legacy:EnhancedItems/EnhancedMutator or Legacy:EnhancedItems/EnhancedArena, but not added to the linked list of mutators.
The MIConverter replaces all ChaosUT MultiItems with Legacy:EnhancedItems/MultiPickupPlus items, except for those which have only one item in the list. These will be converted directly to the item. These MPP will go into emulation mode so they behave (almost) like a MultiItem but are compatible with every EnhancedMutator's CheckMPP function. You can stop the emulation mode by calling the MPP's StopEmulation() function at any time.