Skip to content

List

Tip

Standard C# list actions link to Microsoft help documents.

PlayMaker-specific list actions are documented here.

For Each List Item

Use For Each List Item to loop through all list items.

Destroy Enemies

Condition Editor

Some list actions use a Condition Editor:

List Find Enemy

This editor lets you build a test for list actions that select items.

Sequential Access

Use List Get Next Item to read items one at a time in order.
Prefer For Each List Item when you need more control.

List Actions

List Get Next Item

Read list items sequentially across repeated calls.

List Find

Find the first item that matches a condition.

List Find All

Find all items that match a condition.

List Find Index

Find the index of the first matching item.

List Find Last

Find the last item that matches a condition.

List Find Last Index

Find the index of the last matching item.

List Remove All

Remove all items that match a condition.