Jump to content
Sign in to follow this  
hridaysabz

TextTile function

Recommended Posts

Hey Everyone, Hridaysabz here.

I've seen this function being used very often, "TextTile"

I've searched but to no avail.

Any ideas?

Share this post


Link to post
Share on other sites

Are you certain that is the name of it?

Share this post


Link to post
Share on other sites

Ah

/*
Author: Karel Moricky

Description:
Show animated text

Parameter(s):
0: Content
	STRING - Picture
	STRUCTURED TEXT - Text
1: ARRAY - Position in format [x,y,w,h]
3: NUMBER - Duration


Returns:
BOOL - true
*/

0 = [parseText "Test", [0, 0, 1, 1], [5, 5], 10] spawn BIS_fnc_textTiles;

Share this post


Link to post
Share on other sites

Thanks a bunch. Would you happen to know how to show those hints which you have in showcases and use 'H' to expand, then you can read it?

---------- Post added at 11:19 ---------- Previous post was at 11:19 ----------

Also where would I implement this code?

Share this post


Link to post
Share on other sites

1) No, sorry

2) Wherever you want. Trigger or script

Share this post


Link to post
Share on other sites

Thanks a bunch man!

---------- Post added at 11:45 ---------- Previous post was at 11:34 ----------

Is there a way to determine what part of the screen this appears on?

Share this post


Link to post
Share on other sites

Yes, read above :)

"Position in format [x,y,w,h]"

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
Sign in to follow this  

×