We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to display KaeCode generate on your site. KaeCode example code:
<code {c class=f(|EG)} 3-tr> <variable type="single" value=<component='Text'> ui name="DisplayText"> //FirstFrame is a function, when game start <function type="public" name="EmptyButton_Click()"> <ui var="DisplayText" value="Empty"> </function> <function type="public" name="AStarterPlcButton_Click()"> <ui var="DisplayText" value="A starter place"> </function> <function type="public" name="BaseplateButton_Click()"> <ui var="DisplayText" value="Baseplate"> </function> <function type="public" name="RPGSetButton_Click()"> <ui var="DisplayText" value="RPG"> </function> <function type="public" name="ClickerButton_Click()"> <ui var="DisplayText" value="Clicker"> </function> <function type="public" name="_3dSetButton_Click()"> <ui var="DisplayText" value="3d set"> </function> <function type="public" name="LoadPreset(value PresetName)"> /* Load preset based on the button name */ /* Add your preset loading logic here */ </function>
The text was updated successfully, but these errors were encountered:
GITHUB HAS REMOVED HALF OF THE CODE WITH FUNCTION😡😡😡😡😡
Sorry, something went wrong.
No branches or pull requests
I want to display KaeCode generate on your site.
KaeCode example code:
The text was updated successfully, but these errors were encountered: