Jump to content

Array in cfg file?


Recommended Posts

So I want to save all my particle path into an array so in the cfg file i put it like this expPath = {NKDR/effects/WaterShock,NKDR/effects/Plume} and in the code the variable is defined as public string[] expPath and then  i loop through it and do stuff in 

foreach(string pathtonuke in expPath)
                {
                    ExplosionFx.CreateExplosion(position, 0, pathtonuke, explSoundPath, Missile = true, bullets = 0, explosivePart = null, direction = default(Vector3));
                }

and It compile thou it does not work which i highly suspect to be the array in cfg file,Any fix?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...