Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signed Trackmania2020

Example Implementation of the File Explorer

This repository contains an example implementation of the File Explorer to get the user to select any arbitrary file(s) from their system. I tried to make integrating the File Explorer as easy as possible :D

How to use

  1. Copy and paste the code in src/Conditions/FileExplorer.as to your script.
  2. Add FILE_EXPLORER_BASE_RENDERER() to your main Render pipeline.
  3. Call FileExplorer::fe_Start() to open the file explorer, (see example in src/Main.as)
  4. Call FileExplorer::fe_GetExplorerById() to get the selected data, (see example in src/Main.as)
  5. Use the selected data in your script.

(note that the src/Conditions/FileExplorer.as file has a somewhat comprihensive guide on how everything in the file explorer works, as well as how to implement it, I'd recommend looking at that if you're interested.)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages