File:Autocomplete.jpg

From Valve Developer Community
Revision as of 14:55, 24 February 2006 by Gia (talk | contribs) (A user thinks of modifying the slot 1 to the crossbow. Not sure of what to type he types "bow". Since it is a substring of "xbow", the correct value, it is shown as an option. "ammo_xbow" is shown as a related option. strstr is of great use here, since re)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Autocomplete.jpg(640 × 480 pixels, file size: 31 KB, MIME type: image/jpeg)

A user thinks of modifying the slot 1 to the crossbow. Not sure of what to type he types "bow". Since it is a substring of "xbow", the correct value, it is shown as an option. "ammo_xbow" is shown as a related option. strstr is of great use here, since related options use similar strings. For use at tutorial Dynamic Weapon Spawns (Advanced).

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:55, 24 February 2006Thumbnail for version as of 14:55, 24 February 2006640 × 480 (31 KB)Gia (talk | contribs)A user thinks of modifying the slot 1 to the crossbow. Not sure of what to type he types "bow". Since it is a substring of "xbow", the correct value, it is shown as an option. "ammo_xbow" is shown as a related option. strstr is of great use here, since re

The following page uses this file:

Metadata