Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What does aEntryType mean?
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#1
What does aEntryType mean?

I was putting in the PlayGui script line and I knew what to do until this popped up. I left it alone with empty brackets since it is a tString.

Any ideas?
10-29-2015, 04:50 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#2
RE: What does aEntryType mean?

entry huh? considering you are working with gui I am guessing it's a .lang file entry it is looking for, probably for a button text, or mail or something depending on what you are doing.
10-29-2015, 04:57 PM
Find
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#3
RE: What does aEntryType mean?

I'm looking into it now, I'll keep you posted.
10-29-2015, 05:06 PM
Find
Luis Offline
Frictional Games

Posts: 280
Threads: 19
Joined: Jun 2006
Reputation: 9
#4
RE: What does aEntryType mean?

aEntryType is not a tString, it is an eSoundEntryType
https://wiki.frictionalgames.com/hpl3/ga...nd_playgui

Possible values for eSoundEntryType (in hps_api.hps)
enum eSoundEntryType
{
    eSoundEntryType_World,
    eSoundEntryType_WorldClean,
    eSoundEntryType_Gui,
    eSoundEntryType_GuiWorld,
    eSoundEntryType_Safe,
    eSoundEntryType_WorldAll,
    eSoundEntryType_GuiAll,
    eSoundEntryType_AllExceptGui,
    eSoundEntryType_All
};

These pretty much mean different "mixing tracks", as in if you play a sound in Gui and fade the World sounds, the sound you were playing in Gui will not be affected.

EOF
10-29-2015, 05:22 PM
Find
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#5
RE: What does aEntryType mean?

Oh, thank you! Smile
10-29-2015, 05:32 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#6
RE: What does aEntryType mean?

seems I was wayyy off lol.
10-29-2015, 05:55 PM
Find




Users browsing this thread: 1 Guest(s)