Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Author Topic: How to get information about attached scripts and custom properties?  (Read 2193 times)

0 Members and 1 Guest are viewing this topic.

GVG

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
    • View Profile

Hi!
How to get information about attached scripts and custom properties?
Something like:
Code: [Select]
for( var i = 0; i < entity.NumAttachedScripts; i = i + 1)
  filename = entity.ArrayOfAttachedScripts[i];

for( var i = 0; i < entity.NumCustomProperties; i = i + 1)
{
  name = entity.NameOfCustomProperties[i];
  value = entity.ValueOfCustomProperties[i];
}
« Last Edit: September 18, 2010, 04:01:54 PM by GVG »
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: How to get information about attached scripts and custom properties?
« Reply #1 on: September 20, 2010, 06:30:07 PM »

Unfortunately, currently it's not possible to query this information from scripts.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave
 

Page created in 0.122 seconds with 24 queries.