app.icf 510 B

1234567891011121314151617
  1. # This file is for configuration settings for your
  2. # application.
  3. #
  4. # The syntax is similar to windows .ini files ie
  5. #
  6. # [GroupName]
  7. # Setting = Value
  8. #
  9. # Which can be read by your application using
  10. # e.g s3eConfigGetString("GroupName", "Setting", string)
  11. #
  12. # All settings must be documented in .config.txt files.
  13. # New settings specific to this application should be
  14. # documented in app.config.txt
  15. #
  16. # Some conditional operations are also permitted, see the
  17. # S3E documentation for details.
粤ICP备19079148号