playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Array List Find Game Objects By Tag In a certain Range
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Array List Find Game Objects By Tag In a certain Range (Read 3785 times)
IsolatedPurity
Playmaker Newbie
Posts: 24
Array List Find Game Objects By Tag In a certain Range
«
on:
July 06, 2024, 02:17:57 PM »
Is it possible to find Game Objects By Tag In a certain Range with array maker?
Logged
elena199x
Playmaker Newbie
Posts: 1
Re: Array List Find Game Objects By Tag In a certain Range
«
Reply #1 on:
July 23, 2024, 03:13:18 AM »
There isn't a single PlayMaker action that directly finds GameObjects by tag within a certain range. However, you can achieve this functionality by combining ArrayMaker with other PlayMaker actions like "GameObject By Tag" and looping logic.
Logged
TheBadFeeling
Junior Playmaker
Posts: 67
Re: Array List Find Game Objects By Tag In a certain Range
«
Reply #2 on:
July 26, 2024, 01:59:14 PM »
I would just make a loop that starts with index [first of range] and stops when it reaches [last of range] – and checks the tag for each before adding it to a new array.
Logged
The Force is with you, young Playmaker – but you are not a C# senpai yet.
Print
Pages: [
1
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Array List Find Game Objects By Tag In a certain Range