Skip to content

Conversation

@ZeWaka
Copy link
Member

@ZeWaka ZeWaka commented Nov 15, 2025

title

image

from

/proc/foo()
	call_ext(TRACY_DLL_PATH, "init")()
	call_ext(TRACY_DLL_PATH, "app_info")("[world.name] - [world.byond_version].[world.byond_build]")
	spawn (2 SECONDS)
		call_ext(TRACY_DLL_PATH, "app_info")("2 seconds after first")
		spawn (2 SECONDS)
			call_ext(TRACY_DLL_PATH, "app_info")("4 seconds after first")

fixes #4

@ZeWaka
Copy link
Member Author

ZeWaka commented Nov 15, 2025

im aware this should be app info this was just kind of a test

@ZeWaka ZeWaka changed the title lets you specify hostinfo via arg to the init function new function to append application info Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add support for application info

2 participants