Contents

actionKeys

The list of keys for which the node has attached actions.

Declaration

var actionKeys: [String] { get }

Discussion

Use this property to list actions you scheduled using the runAction(_:forKey:) or runAction(_:forKey:completionHandler:) method.

See Also

Inspecting a Node’s Running Actions