Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Execution in memory #109

@Thejuster

Description

@Thejuster

Hello i have a question.

is possibile for IronJS after loaded file type LUA,
call same script for example in while and increment variabile contains in the script?

example

C#

`while(true)
{
js.Execute("Update();");
}`

JS:

function Update()
{
   i++;

  Bitmap.Draw(image,x + i,y);

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions