• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Editing an array

RavenX

Well-known member
Mathias,

Is it possible to rig a form so that a user can input a value into an array?
I'm trying to think of ways to handle hit points, I think an array might work but I need to know if it's feasible to make this accessible via a form first.
 
Please explain further what you're trying to accomplish. For example, are you working in the editor or in the UI?
 
User Interface. I'm trying to figure out if it is feasible to have a fixed table that displays edit fields for each row in an array.
 
This is something you can look up for yourself - in the wiki, in the section about how to define the portals you can put in the UI, check out the edit portal and the incrementer portal - do either of those have any options that would allow you to specify that they're for a particular row of an array?
 
Based on those two portals I am not seeing such a thing on the wiki so my assumption is that it is not possible to do this.
 
Back
Top