Extraordinary array
#1

I neeed to do three-dimensional table . I searched and there was a topic, but I didn't wanted do dig.

Код:
array
{
	1
	{
		1a
		1b
		1c
		1d
		...
	}

	2
	{
		2a
		2b
		2c
		2d
		...
	}

	3
	{
		3a
		3b
		3c
		3d
		...
	}
}
Don't write posts to do two-dimensional. Write some ideas, ok?
Reply
#2

you mean ?

Код:
new bla[][][] = {
{
{values},
{values}
},
{
{values},
{values}
}}
Reply
#3

Something like this:

Код:
new array[][][] =
{
	{ //AIRPORT
		"thrw_barl_thrw"
	},
	{ //Attractors
		"Stepsit_in",
		"Stepsit_loop",
		"Stepsit_out"
	}
};


I want to store player animations to some script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)