Jump to content
pierremgi

count command - hidden syntax?

Recommended Posts

Hi all,

Just discovered that count command can return a result  (sum of elements? no)  for a simple "container" class.

 

Example:

count uniform player

count backPack player

count typeOf myCrate

 

Sorry. Probably useless.:headscratch:

 

 

Share this post


Link to post
Share on other sites

This will return how many characters there are in a string which is an alternate syntax already documented.

Share this post


Link to post
Share on other sites
13 minutes ago, pierremgi said:

Hi all,

Just discovered that count command can return a result  (sum of elements? no)  for a simple "container" class.

 

Example:

count uniform player

count backPack player

count typeOf myCrate

 

Sorry. Probably useless.:headscratch:

 

 

What @Schatten said, uniform player returns a string, count returns the amount of letters of that string.

 

Cheers

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×