Wikis / Unreal Wiki / Legacy:Compound Movers

Match these tags:

  • Master Brush :: Events -> Tag
  • Slave Brush :: Events -> Tag
		if( !bSlave )
		{
			foreach AllActors( class 'Mover', M, Tag )
			{
				if( M.bSlave )
				{
					M.GotoState('');
					M.SetBase( Self );
				}
			}
		}

Set:

  • Slave Brush :: Mover -> bSlave = True

Note bad mojo on some mover types (eg GradualMover as master brush, care needed)

computergod666: Wow that's amazing. NOT! I have a Turret for UT, that follows the user's view rotation. I tried attaching another mover to it (why I did is not important), and it rotated with the turret, but only in a horizontal plane. If I looked up or down, the turret would rotate but the attached mover wouldn't. Does anyone know why?

Related Topics

Mover Topics is the hub for all things mover


Category:Legacy Mapping
Category:Legacy To Do – merge this information into another page

CategoriesPage Categories

Info Page Information

2022-11-18T10:16:44.283426Z 2008-02-09T17:04:26Z 129.19.1.147 * https://wiki.beyondunreal.com/Legacy:Compound Movers Attribution-NonCommercial-ShareAlike 3.0